Skip to content

SoftwareCitadel/adonis-jobs

Repository files navigation

Adonis Jobs

Stack

Development Setup

  • Clone the repo and run npm install to install dependencies.

  • Create a .env file and copy the contents of .env.example into it.

  • Launch the development containers with docker compose up -d.

  • Run node ace migration:run to run migrations.