Skip to content

pesikj/python-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Quiz App

One Paragraph of project description goes here. Explain what the project does and what makes it unique.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Install requirements

pip install -r requirements.txt

Create .env file in the root directory.

SECRET_KEY=enter-secret-code-here

Migrate the database

python3 manage.py migrate

Start DEV environment

Run the application

python3 manage.py runserver

Open the app in a web browser using link: http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published