Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrkem598/node_restful_webservice

This is a full stack restful web service project! Technology used : JavaScript, node, mongo db, micro-service, jwt, babel, json and body parser.
https://github.com/mrkem598/node_restful_webservice

babel es6 javascript json microservice mongodb mongoose nodejs restful

Last synced: 7 days ago
JSON representation

This is a full stack restful web service project! Technology used : JavaScript, node, mongo db, micro-service, jwt, babel, json and body parser.

Awesome Lists containing this project

README

        

# node_restful_webservice
This is a full stack restful web service project! Technology used : JavaScript, node, mongo db, microservice, jwt, babel, json and bosy parser.

This does not require babel to perform transpiling as later version of node have ES6 support natively, however current version of node used here does not support import so require is being used.

Requires
========

Node v6 or later version

Setup
=====

Database
=====

Install mongoDB and have the service running.
Run "npm start" to seed the database.

Testing
=======

npm test

Running
=======

npm start

### The node server is set to run on

Port: 3000

Contribution is highly appreciated!
===================================