CS_546 Project: Product marketplace
Team Members
- Leo Jacob
- Oishik Ray Barman
- Shilin Ding
- Sacheth Shetty
To run this web app:
Steps:
First Open project folder
- Go to the directory named 'Server'
- Open Terminal / vscode terminal in that directory.
- If running this web app for the first time then, run this command "npm install" / "npm i" to install all npm package dependencies that are used in this project before starting the web app.
- To run the seed file and populate the database, please run "node tasks/seed.js" to complete seeding data.
- Finally to start the web app run this command "npm start" or "npm runDevstart" in the terminal.
Extra Features Implemented:
- Community Page: Extra Feature listed in project proposal. Provides a platform for users and developers to discuss about technology or applications listed on the website.
- Upload Visualization: Extra feature lsited in project proposal. It shows a chart showing the all the products uploaded to SassBook seperated by the "tag".