Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berviantoleo/forum-api
Forum API Submission
https://github.com/berviantoleo/forum-api
backend hapi nodejs submission
Last synced: about 1 month ago
JSON representation
Forum API Submission
- Host: GitHub
- URL: https://github.com/berviantoleo/forum-api
- Owner: berviantoleo
- License: mit
- Created: 2021-09-11T08:45:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T11:07:41.000Z (about 2 months ago)
- Last Synced: 2024-12-27T23:51:15.833Z (about 1 month ago)
- Topics: backend, hapi, nodejs, submission
- Language: JavaScript
- Homepage:
- Size: 1.29 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forum API
[![Node CI](https://github.com/berviantoleo/forum-api/actions/workflows/nodejs.yml/badge.svg)](https://github.com/berviantoleo/forum-api/actions/workflows/nodejs.yml)
[![codecov](https://codecov.io/gh/berviantoleo/forum-api/branch/master/graph/badge.svg?token=p248OrJuYk)](https://codecov.io/gh/berviantoleo/forum-api)
## Run
1. Add `.env` from `example.env`
2. Run `npm run migrate up`
3. Run `npm start`## Test
1. Update `config/database/test.json`
3. Run `npm run migrate:test up`
4. Run `npm test`## License
MIT