divyesh2123 / nodejs-ecommerce-api-master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-ecommerce-api

Nodejs eCommerce Shopping API that allows API consumers to interact with the application, behind the scene it uses Nodejs, Express and MongoDB, visit outset-v1.herokuapp.com/api/docs to see the API documentation.

Dependecies

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 https://github.com/giftmbanda/nodejs-ecommerce-api`
2. navigate to the project directory `cd nodejs-ecommerce-api`
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`

I recommend that you use POSTMAN for testing this ecommerce api or you can hook it up to your front-end application like Angular.

Author

Gift Banda

About


Languages

Language:JavaScript 99.2%Language:Dockerfile 0.7%Language:Procfile 0.1%