Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

BookShelf


Build Status
License

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.