Skip to content

val--/family-quiz

Repository files navigation

Family Quiz - A Quiz Application

WIP project screenshot

Run the project locally using dev containers

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.

Run the project locally using docker

  • docker compose up -d
  • docker 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
  • ...

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages