Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 767 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 767 Bytes

My Quiz App Project

DESCRIPTION

A quiz Platform for both examiners and students
Make sure python, pipenv, pip and django is installed on your machine.

Procedure

just Simply clone this repo

$ git clone [repo link]
$ cd project_name
$ pipenv shell
$ pipenv install
$ python manage.py runserver
$ python manage.py createsuperuser

change the python_version to your system version in your Pipfile

Technology Used

  • Backend
    • Django/Python
    • Postgresql
  • Frontend
    • HTML/CSS
    • Bootstrap
    • Javascript

Contributors

Demo

click this link

Happy Hacking!!