Skip to content

Hraby/TdA24-ABC123

Repository files navigation

Tour de App 24 - Team ABC123

Project setup

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

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.

About

Tour de App 2024 app submission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages