Lab-5 Getting Started Copy the .env.example to .env: cp apps/api/.env.example apps/api/.env Edit the .env if needed. Install dependencies: make install or npm install && npm install -ws Start up MySQL and PMA: make res Start the API: npm run -w apps/api start:dev