Skip to content

A simple real-time quiz web app built on the same principles as Kahoot.it

License

Notifications You must be signed in to change notification settings

fredrikj31/question-it

Repository files navigation

Question It

Environment Variables

# API Specific
API_HOST=localhost
API_PORT=3000
WEBSITE_BASE_URL=http://localhost:5137

# App Specific
VITE_API_BASE_URL=http://localhost:3000

# Database Specific
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=password
DB_NAME=question-it

About

A simple real-time quiz web app built on the same principles as Kahoot.it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published