https://github.com/nbaztec/sample-api-client
https://github.com/nbaztec/sample-api-client
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nbaztec/sample-api-client
- Owner: nbaztec
- Created: 2016-07-27T13:43:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T11:41:33.000Z (almost 10 years ago)
- Last Synced: 2025-03-29T16:32:04.447Z (about 1 year ago)
- Language: JavaScript
- Size: 906 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample API Client [](https://travis-ci.org/nbaztec/sample-api-client) [](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
```