/bookshelf

Submission for dicoding's Belajar Membuat Aplikasi Back-End untuk Pemula course

Primary LanguageJavaScriptMIT LicenseMIT

BookShelf

Build Status License

Submission for dicoding's Belajar Membuat Aplikasi Back-End untuk Pemula 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.