Step 1: git clone this repo:
Step 2: cd to the cloned repo:
Step 3: Install the Application with npm install
.env
file is ignored by git keeping those secrets out of your repo.Step 4: copy file .env.example
to .env
Step 5: change default config in .env
file
adonis serve --dev
Explore to Swagger page: http://localhost:3333/docs
copy file .env.example
to .env.test
npm run test