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

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


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

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sample API Client [![Build Status](https://travis-ci.org/nbaztec/sample-api-client.svg?branch=master)](https://travis-ci.org/nbaztec/sample-api-client) [![Coverage Status](https://coveralls.io/repos/github/nbaztec/sample-api-client/badge.svg?branch=master)](https://coveralls.io/github/nbaztec/sample-api-client?branch=master)

## About

This is a basic project for an API client with the backend being a RESTful server
with JWT authentication

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
```