Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ardafirdausr/bookshelf
Submission for dicoding's Belajar Membuat Aplikasi Back-End untuk Pemula course
https://github.com/ardafirdausr/bookshelf
hapijs nodejs
Last synced: 13 days ago
JSON representation
Submission for dicoding's Belajar Membuat Aplikasi Back-End untuk Pemula course
- Host: GitHub
- URL: https://github.com/ardafirdausr/bookshelf
- Owner: ardafirdausr
- License: mit
- Created: 2021-05-16T10:34:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T07:54:20.000Z (over 3 years ago)
- Last Synced: 2024-10-22T04:29:25.026Z (2 months ago)
- Topics: hapijs, nodejs
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BookShelf
Submission for dicoding's [Belajar Membuat Aplikasi Back-End untuk Pemula](https://www.dicoding.com/academies/261) course
### Run The App
1. Install app dependencies using `yarn install` or `npm install`
2. Setup app config by copying .env.example to .env
3. Fill the config
4. Run The app using `yarn start` or `npm start`
### Test The App
To test the app, you should run `yarn test` or `npm test`. It will run the test using jest.