Skip to content

eminisolomon/ClassicShop

Repository files navigation

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 shopvelox.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