The project focuses on core backend logic, authentication, database relationships, and a clean UI rather than production deployment.
- User registration, login, and logout
- Create, view, and delete posts
- Categories and search functionality
- Comments and likes on posts
- User profiles with reputation
- Voucher system between users
- Python (Flask)
- Flask-Login
- Flask-SQLAlchemy
- SQLite
- HTML (Jinja templates)
- CSS
py -m venv .venv
py -m pip install -r requirements.txt
py -m flask --app app run --debug