alfarodarwaynejay / jwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spike on JWT Token

This exercise was taken from the following article Authenticate a Node ES6 API with JSON Web Tokens

Requirements

MongoDB: a docker image is sufficient

  1. docker pull mongo
  2. docker run -d -p 27017-27019:27017-27019 --name mongodb mongo

NodeJs

Clone and Run

  1. git clone https://github.com/alfarodarwaynejay/jwt.git
  2. npm install
  3. npm run dev

About


Languages

Language:JavaScript 100.0%