week 6 database project for shoes store
Make an APP for buying a shoes from our store
As a visitor I want to :
- show the list of shose product.
- show the price and the siz.
- Add my order to the cart.
- See my product that I chose.
- Check the cart.
- Able to deleat my order.
-
our Page :in heroku
-
our project : in local machine
- Clone the repo:
SSH
[email protected]:facg3/MWM-Shop_Project.git
Http
https://github.com/facg3/MWM-Shop_Project.git
- Install the node.js devDependencies:
npm install
- Run the (module) Tests
npm test
- Run the Server with Nodemon
npm run watch