Skip to content

viklover/TestPlatform

Repository files navigation

Test Platform

Each user has the ability to create and pass other peoples tests.

Preview presentation

Technology stack:

  • Python 3.6
  • Django 4.0+
  • SQLite 3.22+

Project setup instruction:

  1. Download in ZIP or clone this repository
  2. Install required Python libraries:
    pip install -r requirements.txt
  3. Create unique app key
    python manage.py shell -c "from django.core.management.utils import get_random_secret_key; get_random_secret_key()"
  4. Synchronize database structure with models:
    python manage.py migrate
  5. Launch the site using the command:
     python manage.py runserver 8000

About

Google Forms Alternative. Study project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published