This is a mobile application for ordering concert ticket and listening music built using Flutter for the frontend and FastAPI, Supabase for the backend.
The project is divided into two main parts: the frontend and the backend.
The backend is a FastAPI application that provides a REST API for the frontend to interact with. It uses Supabase as a database and authentication provider.
To set up the project, follow instructions in the README.md files in the frontend
and backend
directories.