Trading application for the Temple Community, by the Temple Community. Find, and trade a variety of items and post about events on campus! We provide a safe and secure experince for Temple Students so you dont have to worry about bad actors.
An app for Temple University students and staff to safely trade items and post about events
Sign up to use the Temple Trading Hub App by using a temple.edu email!
Find something you like? Trading is easy! Click on the Contact User button to email the trader to set up a meeting to exchange items
Sort Items based on many different categories
- Install the latest node from https://nodejs.org/en/download
- To install dependencies, cd to the actual project
cd temple_trading_hub
and run the commandsudo npm i
on Mac ornpm i
on other machines you must allow npm to have permissions or you will get an error
- When installation is finished please run the command
sudo npm run dev
on Mac ornpm run dev
on other machines you must allow npm to have permissions or you will get an error - When server initializes you can head to your browser and view the project at
localhost:3000/
by default or use the specified url.
documentataion:
Follow this repo at https://github.com/cis3296s24/Temple-Trading-Hub-Team1/