Skip to content

yuval-david/Supermarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.