Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 237 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 237 Bytes

Ecommerce-rest-api

An E-commerce REST API created using Node.js, Express.js and MongoDB. The API uses promises extensively to query the MongoDB database.

Setup

After cloning, use "npm install" and serve the app using "node server".