- Clone the project to your local directory
- Go to dir simple-calendar-fe
cd simple-calendar-be
- install dependency
npm install
- create
local
database - config database on
config/config.js
,config/dabatabase.js
, andconfig/config.json
- run migrattion
npm run migrate
- run seeder
npm run seed
- run server
npm run start