zoedaemon / node-jwt-api

node.js API with JWT and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-jwt-api

Quality Gate Status

Installation

Based on user-registration-api With some modifications and add docker for this project

do this for install all package and generate package-lock.json

$ npm install

then run with docker-compose

$ docker-compose up --build

or if you prefer to run in your localhost just running like this after npm install

$ npm start

License

MIT

zoed

About

node.js API with JWT and MongoDB

License:MIT License


Languages

Language:JavaScript 96.1%Language:Dockerfile 3.9%