Api for a quiz app.
The doc definition is located in docs/swagger.yaml
in the root of the repo.
Go to https://editor.swagger.io/ and import the definition file.
- install
go
andmongodb
- In the root of the repo, create a
.env
file. See sample below - Run the app.
$ go run main.go
Coming soon
MONGODB_URL=mongodb://localhost:27017
DATABASE_NAME=quizzer
JWT_SECRET=secret
DEBUGGING_ENABLED=false