Instructions pour le Projet AdonisJS - Theos Installation git clone [email protected]:AloisSvnt/Theos.git cd Theos npm install Config : 1. Create the .env from .env.exemple cp .env.example .env 3. Generate the APP_KEY' node ace generate:key 3. Create the folder '/tmp' mkdir tmp Migrations node ace migration:run Server npm run dev