What:
Setup the initial project structure including the required backend framework and dependencies. Prepare the development environment and establish the foundation for implementing the fanzone application backend.
Requirements:
[ ] Initialize a new Flask application.
[ ] Setup a virtual environment and manage dependencies using requirements.txt.
[x] Create a README.md with project details and setup instructions.
[ ] Prepare a basic folder structure for separating concerns (e.g., models, controllers, services).
[ ] Setup a PostgreSQL database instance for development.
[ ] Integrate Flask-Migrate for database schema migrations.
What: Setup the initial project structure including the required backend framework and dependencies. Prepare the development environment and establish the foundation for implementing the fanzone application backend.
Requirements: