jwt-stater-kit
v0.1.0
Published
weRfnd api server
Downloads
6
Readme
weRfnd
=======
Knowledge base
**************
https://codeburst.io/how-to-create-and-publish-your-first-node-js-module-444e7585b738
https://docs.microsoft.com/en-us/azure/postgresql/connect-nodejs
http://mherman.org/blog/2015/02/12/postgresql-and-nodejs/#.WsKxDohuY2w
https://scotch.io/tutorials/getting-started-with-node-express-and-postgres-using-sequelize#generating-models
This project is generated with nodejs V9.2.0
Purpose :
=======
weRfnd for web token service
Description
============
weRfnd for web token service
Pre requisits
============
install node.js install git for windows PATH=%PATH%;C:\Program Files\Git\bin; powershell.exe 'c:/Work/Workspaces/weRfnd/api/starter.ps1'
Run & debug & test
=================
Running nodemon ./api.js localhost 3000
will run the unit tests with debug mode.
Git comands
===========
git add . git commit -m “” git tag v0.1.0 git push origin master --tags