Tour de App 24 - Team ABC123
Install all dependencies:
npm install
Run dev server locally:
npm run dev
Run DB GUI locally:
npx prisma studio
Open http://localhost:3000 with your browser to see the result.
Docker build:
docker build -t tda24_abc123 .
Docker run:
docker run -p 3000:3000 -d tda24_abc123
Open http://localhost:3000 with your browser to see the result.