Skip to content

bindasp/Quiz-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

Site which offers various tools related to quizzes. User can make account, create quizzes and manage them.

Technologies

Backend is created with:

  • NestJS version: 10.0.0
  • Prisma version: 5.7.1
  • Argon2 library version: 0.31.2
  • cookie-parser version: 1.4.6

Frontend is created with:

  • React library version: 18.2.0
  • React Router framework version: 6.21.1
  • Mantine library version: 7.3.2
  • Universal cookies version: 7.0.0

Setup

To run this project firstly you need to update backend environment variables located in .env file:

MONGO_URL=
JWT_KEY=
MYSQL_URL=

Then to run backend of this project, install it locally using npm:

$ cd quiz-back
$ npm install
$ npm run prisma:generate
$ npx prisma migrate dev --schema .\prisma\schemaMysql.prisma
$ npm start

Next you need to run frontend of the project:

$ cd Quiz-front
$ npm install
$ npm start

Illustrations

Main page of site:

Quiz creation page:

Admin panel page:

Login page:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published