Skip to content

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

License

Notifications You must be signed in to change notification settings

SimonOkello/testapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published