A self hostable kahoot clone written in Svelte and Go
Clone the repo and navigate to it
$ git clone https://github.com/jhands0/quiz-service-clone.git quiz-service-clone
$ cd quiz-service-clone
Build the backend docker image
$ docker build --file=backend/backend.dockerfile -t quiz-clone-backend .
Build the frontend docker image
$ docker build --file=frontend/frontend.dockerfile -t quiz-clone-frontend .
Run the docker-compose.yaml file
$ docker-compose -f docker-compose.yaml up