Skip to content
/ yolo Public

Nodejs, Express API and MongoDB e-commerce feature project

Notifications You must be signed in to change notification settings

Vinge1718/yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Make sure that you have the following installed:

  • node
  • npm
  • MongoDB and start the mongodb service with sudo service mongod start

Navigate to the Client Folder

cd client

Run the folllowing command to install the dependencies

npm install

Run the folllowing to start the app

npm start

Open a new terminal and run the same commands in the backend folder

cd ../backend

npm install

npm start

Go ahead a nd add a product (note that the price field only takes a numeric input)

About

Nodejs, Express API and MongoDB e-commerce feature project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published