https://github.com/jciafardo/Quizzy
Powered by Django, this website utilizes a database to display available quizzes for users to take. Additionally, it includes a user authentication system.
https://github.com/jciafardo/Quizzy
css django html python sqlite
Last synced: about 1 year ago
JSON representation
Powered by Django, this website utilizes a database to display available quizzes for users to take. Additionally, it includes a user authentication system.
- Host: GitHub
- URL: https://github.com/jciafardo/Quizzy
- Owner: jciafardo
- License: apache-2.0
- Created: 2024-04-08T17:48:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T19:50:12.000Z (about 2 years ago)
- Last Synced: 2025-03-02T06:48:31.645Z (over 1 year ago)
- Topics: css, django, html, python, sqlite
- Language: JavaScript
- Homepage: https://jciafardo.pythonanywhere.com/onlinecourse/
- Size: 2.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**How To Use**
- Click on website link and take your favorite quiz it's that simple !
- https://jciafardo.pythonanywhere.com/onlinecourse/
**General Notes**
- To develop the project locally, set up your preferred Python runtime and IDE.
- Refer here for Django deployment checklist: https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/
- For deployment, select any cloud platform of your choice.
- Depending on your deployment, opt for any SQL database supported by Django, including SQLite3, PostgreSQL, and MySQL (with SQLite3 being the default).
**ER Diagram**
For your reference, ER diagram design
