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
- Host: GitHub
- URL: https://github.com/rochdev/jwt-example-server
- Owner: rochdev
- Created: 2016-04-19T21:48:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T12:21:29.000Z (about 9 years ago)
- Last Synced: 2025-01-01T07:44:50.386Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.