Skip to content

sm32d/quizmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizMaster

image image

Detailed docs here

Requirements

  • node.js (> 18.17.0)
  • golang (created with v1.21)
  • mongodb

Back-end

Development

  • Insert your .env file in / having MONGODB_URI
  • Run the server instance for development:
go mod tidy
go run main.go

Build

To build go app, run

go build -o quizbe.pkg

To run the built go app, run

./quizbe.pkg

Front-end

Development

  • Insert your .env.local file in web/ directory
  • Install the dependencies:
cd web
yarn
  • Run the development server:
yarn dev

Build

To build the next app, run

yarn build

To start the built app, run

yarn start

A/B Features

  • New Navbar
  • Quiz Details Page
  • Dashboard Table Quiz Toggle

About

An app to create Quiz and share with others.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •