Detailed docs here
- node.js (> 18.17.0)
- golang (created with v1.21)
- mongodb
- Insert your
.envfile in/havingMONGODB_URI - Run the server instance for development:
go mod tidy
go run main.goTo build go app, run
go build -o quizbe.pkgTo run the built go app, run
./quizbe.pkg- Insert your
.env.localfile inweb/directory - Install the dependencies:
cd web
yarn- Run the development server:
yarn devTo build the next app, run
yarn buildTo start the built app, run
yarn start- New Navbar
- Quiz Details Page
- Dashboard Table Quiz Toggle