Skip to content

Dolir/healthy-food-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healthy-food-shop

Online store for buying food

User Story:

  • User can add items to his personal cart
  • User can search for items using searchbar
  • User can order items in his cart
  • User can create a new user profile and login

alt text alt text alt text alt text alt text

Technology

React, Redux, Stripe, Axios, JWTs, Node.js, Express, MongoDB

Running locally

  • Install dependencies for server ==> npm install
  • Install dependencies for client ==> npm run client-install
  • Run the client & server with concurrently ==> npm run dev
  • Run the Express server only ==> npm run server
  • Run the React client only ==> npm run client
  • Server runs on http://localhost:5000 and client on http://localhost:3000

Requirements

  • Add mongoURI and jwtSecret to default.json in config folder