egcharchi / yolo

Nodejs, Express API and MongoDB e-commerce feature project

Home Page:https://hub.docker.com/u/egcharchi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements IP04 - Orchestration

Detailed Explanation available on linked explanation.md

explanation.md

Instructions below were used as a guideline

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

https://hub.docker.com/u/egcharchi


Languages

Language:JavaScript 75.6%Language:CSS 20.7%Language:HTML 2.6%Language:Ruby 0.6%Language:Dockerfile 0.4%