Skip to content

ezerw/mongodb-node-express-simple-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple API using Node.js, Express.js and MongoDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published