Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 469 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 469 Bytes

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.