- Make sure you have the following installed on your machine:
- docker
- node
docker compose up -d
docker compose watch
Open http://localhost:3000 with your browser to see the result.
npx prisma studio
View data model in web browser on localhost:5555
You can also verify it in mysql workbench in 127.0.0.1:3306
npm run test
npx playwright test
See architecture.md for details.