Advanced Databases university project.
QuickRiddle is a database storage for logical puzzles with web interface. This application will quickly serve you a riddle (you can pick difficulty level and check your answer). Riddles are in text format with one word or a letter as the answer. It also tracks Your statistics so that You can check how well You are doing. User needs to sign up and log in first to use the application properly.
- Python
- Postgres
- Sqlalchemy
- Flask
- First run in cwd:
pip install -r requirements.txt
- Then to run the flask server run this:
python run.py
- After that go to http://127.0.0.1:5000 to use the application