Sample API Client 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