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

https://github.com/rochdev/jwt-example-server

A JWT example server
https://github.com/rochdev/jwt-example-server

Last synced: 2 months ago
JSON representation

A JWT example server

Awesome Lists containing this project

README

          

# jwt-example-server

## Setup for development

```sh
$ npm install
$ npm start
```

You can of course use `nodemon` or `forever` at the root of the project if you prefer.