Getting Started

  1. Clone the project to your local directory
  2. Go to dir simple-calendar-fe cd simple-calendar-be
  3. install dependency npm install
  4. create local database
  5. config database on config/config.js, config/dabatabase.js, and config/config.json
  6. run migrattion npm run migrate
  7. run seeder npm run seed
  8. run server npm run start