- Install Docker Desktop (https://www.docker.com/products/docker-desktop/)
In a terminal, run
docker compose up
To open up the app, go to http://localhost:8080/
To open up prisma studio, go inside the server container in Docker Desktop
and select the exec
tab. Type npx prisma studio
and navigate to http://localhost:5555/