Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 642 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 642 Bytes

Supermarket

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.

Usage

  1. Turn on MySQL server (XAMPP).
  2. 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.
  3. Open the folder of the full project in your code editor.
  4. Go to server folder (cd server) and run: nodemon.
  5. Go to client folder (cd client) and run: ng -s -o.