Skip to content

learn-mandarin/qwiz

 
 

Repository files navigation

QWIZ

App for building pub quizes

Installation and running locally

Clone the repo

  git clone https://github.com/mislavjc/qwiz.git qwiz
  cd qwiz

Install compatable Node version and deps

  node -v #16.13.2
  npm i

Start the frontend server

  npm run start frontend

Start the backend server

  npm run start backend

Environment Variables

To run this project, add the following environment variables to your .env.local file in apps/frontend dir

NEXTAUTH_URL=http://localhost:4200

GITHUB_CLIENT_ID

GITHUB_CLIENT_SECRET

GOOGLE_CLIENT_SECRET

GOOGLE_CLIENT_SECRET

SECRET={any string}

And to your .env file in root dir (for Prisma)

DATABASE_URL="DATABASE_URL="mysql://url"

About

🚧️ WORK IN PROGRESS 🏗️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.5%
  • SCSS 6.1%
  • JavaScript 3.0%
  • Shell 0.4%