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

https://github.com/nbaztec/sample-api-server


https://github.com/nbaztec/sample-api-server

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Sample API Server [![Build Status](https://travis-ci.org/nbaztec/sample-api-server.svg?branch=master)](https://travis-ci.org/nbaztec/sample-api-server) [![Coverage Status](https://coveralls.io/repos/github/nbaztec/sample-api-server/badge.svg?branch=master)](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
```