Skip to content
Snippets Groups Projects
Verified Commit 47b36360 authored by Thomas SAUVAGE's avatar Thomas SAUVAGE
Browse files

prettier to lf format

parent 421de516
No related branches found
No related tags found
1 merge request!1Idiomatic relations
Pipeline #13743 passed
......@@ -3,9 +3,11 @@
## Setup
Install dependencies
```bash
npm install
```
Environment variables are needed for the backend to run properly. The [`.env.example`](./.env.example) file contains default development variables. You can copy it to a `.env` file.
```bash
......@@ -13,11 +15,13 @@ cp .env.example .env
```
Run docker compose to start the database
```bash
docker compose up
```
Reset and seed databases
```bash
node ace migration:fresh --seed
```
......
......@@ -19,7 +19,6 @@
*/
import Route from '@ioc:Adonis/Core/Route'
/** ==== Auth ==== */
Route.group(() => {
Route.group(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment