Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrkem598/node_restful_webservice
- Owner: mrkem598
- License: mit
- Created: 2017-08-04T08:18:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T08:49:26.000Z (over 7 years ago)
- Last Synced: 2024-12-08T23:42:42.327Z (2 months ago)
- Topics: babel, es6, javascript, json, microservice, mongodb, mongoose, nodejs, restful
- Language: JavaScript
- Homepage: https://github.com/mrkem598/node_restful_webservice
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
===================================