/node-ecommerce-V2

Upcoming NodeJS Live masterclass ecommerce V2.0 code

Primary LanguageJavaScriptMIT LicenseMIT

nodejs-ecommerce-project

Author - Akhil Sharma

This project uses the nodeJS-starter project on my github. Just a demo to show you could build any project with that same starter kit Nodejs eCommerce Shopping API that allows API consumers to interact with the application, behind the scene it uses Nodejs, Express and MongoDB.

Dependencies

NodeJs - A JavaScript runtime environment
Express - A NodeJs framework
MongoDB - A NoSQL database

Setup and run

to setup this project, run the following commands on your terminal

1. to clone the project `git clone`
2. navigate to the project directory `cd nodejs-ecommerce-V2`
3. install neccesary packages, modules `npm install`
4. to run the project `npm start`
5. using POSTMAN you can use this default url of `http://localhost:3000`