https://github.com/nbaztec/sample-api-server
https://github.com/nbaztec/sample-api-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nbaztec/sample-api-server
- Owner: nbaztec
- Created: 2016-07-25T07:46:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T16:21:23.000Z (almost 10 years ago)
- Last Synced: 2025-02-04T17:28:19.610Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample API Server [](https://travis-ci.org/nbaztec/sample-api-server) [](https://coveralls.io/github/nbaztec/sample-api-server?branch=master)
# About
This is a basic project for an API server with basic JWT token-based authentication from
a configuration file.
To be used as a quick-starter for other API based projects.
# Usage
### Start server
```
$ npm start
```
### Run tests
```
$ npm run tests
$ npm run test-coverage
```