# Start database
sh ./deployment/scripts/run-db.sh
# Generate code dependencies
npm run codegen
# Configure development environments for a service
cp ./app/<service>/.env.example ./app/<service>/.env
# Start apps
npm run dev
# Server URL: http://localhost:3000/graphql