https://github.com/ayushmantripathy/quiz_app
Quiz app with Flask
https://github.com/ayushmantripathy/quiz_app
authlib flask
Last synced: 3 months ago
JSON representation
Quiz app with Flask
- Host: GitHub
- URL: https://github.com/ayushmantripathy/quiz_app
- Owner: AyushmanTripathy
- Created: 2024-04-27T12:54:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-27T13:19:05.000Z (about 1 year ago)
- Last Synced: 2025-01-26T13:17:12.564Z (4 months ago)
- Topics: authlib, flask
- Language: HTML
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Quiz App
I made this in a (4hr + 4hr) session to learn flask and authentication in
python.#### Screenshots

#### Running locally?
for using locally follow these steps after cloning the repo
- create virtual enviroment
```
python -m venv venv
```- for windows
```
.\venv\Scripts\activate.bat
```- for Unix/Linux
```
source venv/activate
```- install required packages and run
```
pip install -r requirements.txt
flask run
```- visit http://127.0.0.1:5000
Tech Stack is
1. Flask
1. AuthLib for OAuth
1. SQLite
1. Sass for styling
1. Chart.jsFeatures are
1. OAuth login by Google account
1. Difficulty of questions based on your answers
1. Responsive Design