Supermarket website - Full stack project (Angular 8 + node.js + mySQL)
This is the website of a supermarket. Users can register, login, and start adding products to their cart. After it, there is an option to order the products for a specific date.
- Turn on MySQL server (XAMPP).
- Create the DB in your computer:
- Go to the server folder.
- Go to file "mySupermarket.sql"
- press ctrl+A and paste it on workbench, and build the DB.
- Open the folder of the full project in your code editor.
- Go to server folder (cd server) and run: nodemon.
- Go to client folder (cd client) and run: ng -s -o.