This repo contains the back application using the Adonis Framework. To learn more about this project go to the wiki.
-
Run npm install
to install all dependencies
- Make a copy of .env.example rename it to .env
- Make sure to fill all the environnement variables for the app to work (DB_HOST...)
- node ace migration:run
to setup the database
-
npm run dev
to launch the project !