- MecMarketplace is a platform that connects students selling used items with buyers
- Helps students save money by getting books from their seniors rather than buying fresh copies each semester
- Sellers can login using their google accounts and list their item on the market along with the asking price, contact information that potential buyers can reach out to
- Since the transactions are always between two college students, the payment is carried out in person, thereby preventing potential misuse of the platform
Clone the repository locally
git clone https://github.com/tabe42/mecmarketplace_v1.0
Install dependencies inside the cloned directory
npm install
Start the app
npm run start