Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 month 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.

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

![Onlinecourse ER Diagram](/models.png)