ardafirdausr / bookshelf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:JavaScript 100.0%Language:Shell 0.0%