-
Use the command
npm install
to install all dependencies -
Create a file called
.env
in the root directory and include the following in the file:MONGO_URI=your_mongo_uri USER_POOL_ID=your_user_pool_id
-
Use
npm run start
to run the server onlocalhost:4000
- Download MongoDB Compass, and enter the uri
- Download postman
https://secondhand-nyu.netlify.app
account: yh2399
password: Heyulong123!
A web app that serves as a safer and more convinient platform for NYU students to transact their second-hand items, such as text books, garments, and small furnitures.
To guarantee safety, users are required to register before starting any transaction, and students' school ID are required during registration. Therefore, all users' behavior and credits are tracked throughout their transaction. To guarantee convinience, categories and tags are set, and chat functionalities are implemented. Users are able to post an item for sale, buy an item, chat with the seller, make payment online, choose the shipping option to be in-person transaction or delivery, check seller's credits by clicking into their profile, etc.