An open API service indexing awesome lists of open source software.

https://github.com/jgatjens/jwt-example

Json web token express example
https://github.com/jgatjens/jwt-example

Last synced: 3 months ago
JSON representation

Json web token express example

Awesome Lists containing this project

README

        

# JWT express example

## Features

* Babel & ES2015
* Mongoose
* Mocha for tests
* ESlint

## Install
```
npm install
```

## Scripts

#### Start the project for development
```
npm run dev
```

#### Run All tests
```
npm test
```

#### Run ESlint
```
npm run lint
```

#### debug
```
node-inspector # lauch this in a new tab
npm run debug

netstat -p tcp | $port # find if some app is using defualt port:5858
ps ax | grep node # find process id to Kill #number
```