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

https://github.com/rusith/user-hobbies-api-hapi

User hobbies API
https://github.com/rusith/user-hobbies-api-hapi

Last synced: about 2 months ago
JSON representation

User hobbies API

Awesome Lists containing this project

README

          

## Hobbies API

### How to run

`docker-compose up` will run the application. you. If you do not wish to use Docker, install MongoDB, NodeJS, project packages and run `npm run dev`.

### API documentation

Documentation: http://localhost:5000/documentation (http://localhost:3000/documentation if not on Docker)

### Running Tests

Run `npm run test` to run tests once.
Run `npm run test:watch` to run tests in watch mode.