QuizNgaged Application
Quizngaged is now live at www.quizngaged.ga
- Only commit to main changes that are finished and don't break the access to the overall app
In the db folder
- sudo docker-compose down -v
- docker-compose up -d
With the docker container not running and the APIServer not running:
- git checkout main
- git pull
- check that you have the latest changes
- run the docker DB and connect to the database with:
sudo mysql -h127.0.0.1 -uroot -pppassword
- drop the table users and the table classrooms (See README.md in db folder)
- in chrome dev tools go to the application tab and remove all content (children too!) from localStorage and from the indexedDB that firebase uses (See README.MD in db folder)
- run the APIServer and check that it gets connected to the DB
Contains the file to create a Docker container with a MySQL database. More about this on its README.md file
Code for server logic More about this on its README.md file
Contains the frontend react application More about this on its README.md file