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
- Host: GitHub
- URL: https://github.com/rusith/user-hobbies-api-hapi
- Owner: rusith
- Created: 2021-10-10T02:36:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T16:19:12.000Z (over 4 years ago)
- Last Synced: 2025-01-27T09:11:24.950Z (over 1 year ago)
- Language: TypeScript
- Size: 115 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.