You can open this project with Visual Studio Code & hit "re-open with Dev Container". This will automatically create and seed a local database with some fixtures.
docker compose up -ddocker exec -it family-quiz-front-1 sh -c "npx prisma migrate reset --force"- To check the content of the database:
docker exec -it family-quiz-front-1 sh -c "npx prisma studio"
The application will be available through localhost:3000.
TODO:
- Accounts
- Persistence (sessions, scores...)
- Manage quiz data (themes, difficulty...)
- Amazing animations
- ...
