Start project # backend cd api docker compose up -d npm install npm run start:dev # frontend cd app npm install npm run dev