Melomania-be / back

1 stars 0 forks source link

This repo contains the back application using the Adonis Framework. To learn more about this project go to the wiki.

How to run

  1. Run npm install

to install all dependencies

  1. Make a copy of .env.example rename it to .env
  2. Make sure to fill all the environnement variables for the app to work (DB_HOST...)
  3. node ace migration:run

to setup the database

  1. npm run dev

to launch the project !