Table of Contents
This is my Final Year Project for National University of Ireland Galway. The project is defined by the following statement:
"Build a web app system that will allow for the design of a table quiz, and for people to play in the quiz. The quiz should
be multiple choice, with a bank of available questions, and bonuses for speed of response. Ideally, people should be able
to play this on their mobile phone, and testing with a sample user base should be part of the project."
Unit testing is being ran using CircleCI for a CICD environment.
- Go
- React
- Local MongoDB server
- Google form: https://forms.gle/ARk644tvcQm5g71G7
- Please send all feedback to the form exclusively
- Must first create a config.yaml file inside the utils folder.
- Insert the following code:
mongo: link to remote or local MongoDB database
. - If you are using a local Mongdb instance, enter the localhost address for it instead.
- To run the Back-End, run
go run main.go
inside Back-End folder. - To run the Front-End, run
npm start
inside front-end folder.
I hereby declare that this final year project, which I now submit for correction, is entirely my own work and has not been influenced by the work of others except where cited