Skip to content

jonatassaraiva/learn-token-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Token Authentication

Application NodeJS - Token Authentication

Setup

  1. Install Node.js
  2. Install MongoDB
  3. Install MochaJS to run tests
$ npm install -g mocha
  1. Install project dependencies
$ npm install

Run project

$ mongod
$ node app.js

Run tests

$ mocha src\tests

Releases

No releases published

Packages