*This is the Backend repo! Frontend Repo: https://github.com/jcleow/group-buy-frontend
Web-app that consolidates mass pre-orders amongst buyers and listers(sellers) to unlock volume discounts
Heroku: https://www.groupbuy.site/
- Users can create and edit new listings, as well as enter into group purchases in other users' listings
- A structured and user-friendly view of a user's purchases and listings to easily track their past purchases and the performances of their listings.
- Analytics for listers to track their progress of their campaigns/listings.
- More indepth experience with advanced React Hooks (i.e useContext() and useReducer()) to more efficiently manage states across (nested) components
- Integration of AWS S3 with Multer
- Usage of alias in database models to reflect a user being a buyer and a lister(seller)
Frontend: React, CSS, Bootstrap Backend: PostgresQL, Sequeliz, Express External libraries used: React-Vis (Charting) React-Bootstrap-Table-Next, AWS-S3, Multer
Portfolio Pages:
Jeremy: http://bit.ly/jeremyl91
Veena: https://veena-s.github.io/Portfolio/groupbuy.html
Jit Corn: https://jcleow.github.io/portfolio/groupBuy.html
Frontend Server : npm start
Backend Server: nodemon index.mjs
