> git clone https://github.com/jwill9999/Node_Auth_API_with_JWT_Boilerplate.git
> cd Node_Auth_API_with_JWT_Boilerplate
> npm install
> connect to your database first then
> npm run dev
> Server is run on port 3000
/signin
web_token POST in header as authorization key
/signup
web_token returned as json object to user
connect a Mongodb database prior to running the API server
environmental variables should be declared in a .env file
The two variables you should declare are
JWT_SECRET
DATABASE_CONNECTION
Node Express Server
API Backend
MongoDb Database
Authorisation
Passport Js Local and JWT
Json Web Tokens
AuthGuards
Bcrypt Salt and Hash Encryption