Xata offers general purpose file attachment capabilities. The file attachments project utilizes Xata, a Serverless Database to store its data and querying its info into the frontend of the app displaying the user details.
Check the app demo
Clone the repository
git clone https://github.com/Terieyenike/feedback.git
Navigate to the project directory
cd feedback
Install project dependencies
pip install -r requirements.txt
Run the application locally
flask --app main --debug run
Check the Flask documentation for more instructions on running the project locally.
- Python
- Flask
- Xata
- Tailwind CSS