Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 533 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 533 Bytes

Simple Node.js - Express API (Product CRUD)

Introduction

Simple API using Node.js, Express.js and MongoDB to store data. CRUD Operations on a Product (GET, POST, PUT and DELETE)

Installation

$ npm install
$ NODE_ENV={development, test, production}
$ npm start

Testing

API Endpoints test is done with Mocha and Chai. It can be run with $ npm test

Image of Tests result