Skip to content

OxygenOnline/oxyquiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❔OXYQUIZ❔

The place to create and fill out fun quizzes🎉

Browse the various categories or choose at random, explore all the possibilities!

Main Features ✔️

  • Create quizzes
  • Browse categories
  • Get randomized surprise

Used Technologies 💻

Database : Postgresql + Redis

Backend : Node.js + Express.js

Frontend : Next.js

Testing

Local Setup 🔧

  • Postgresql database

  • Redis database

  • Node.js + npm

    Needed for dependency handling and application running.

    • npm i install dependencies
    • node server.js run backend in server folder
    • npm run dev run frontend in client folder
  • Environment variables

    Needed for database connections and cors setup between backend and frontend.