Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 766 Bytes

File metadata and controls

41 lines (28 loc) · 766 Bytes

TestApp

TestApp is a simple Python/Django web app for a timed online test.

Setup

The first thing to do is to clone the repository:.

git clone https://github.com/SimonOkello/testapp.git
cd testapp

Create a virtual environment to install dependencies in and activate it:

python3 -m venv venv
source venv/bin/activate

Then install the dependencies:

pip install -r requirements.txt

Usage

python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

http://127.0.0.1:8000/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU GPLv3