1.0.0 • Published 6 years ago

mywrap v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

MyWRAP

My Awesome REST Application is a nodejs application framework to manage REST requests and user auth based on server.js

Install

Clone repository

git clone git@github.com:LoickVirot/nodebaseapi.git

Install packages

npm install

Launch app

npm start

Docker

There is a compose file to easer implementation to developpers. This file creates the mongodb and nodejs environment

docker-compose up -d