TestApp is a simple Python/Django web app for a timed online test.
The first thing to do is to clone the repository:.
git clone https://github.com/SimonOkello/testapp.git
cd testapp
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
http://127.0.0.1:8000/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.