https://github.com/terieyenike/feedback
Detailed instruction of the service, Xata from real users
https://github.com/terieyenike/feedback
database flask python xata
Last synced: 3 months ago
JSON representation
Detailed instruction of the service, Xata from real users
- Host: GitHub
- URL: https://github.com/terieyenike/feedback
- Owner: Terieyenike
- Created: 2024-01-15T04:51:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T09:25:33.000Z (over 2 years ago)
- Last Synced: 2025-10-09T10:23:06.856Z (9 months ago)
- Topics: database, flask, python, xata
- Language: HTML
- Homepage: https://terie.pythonanywhere.com/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xata File Attachments for Developers: Building Next-Gen Applications
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.
## Demo


## Deployed app
Check the app [demo](https://terie.pythonanywhere.com/)
## Setup
**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
```
## Usage
Run the application locally
```
flask --app main --debug run
```
Check the [Flask documentation](https://flask.palletsprojects.com/en/3.0.x/quickstart/) for more instructions on running the project locally.
## Technology
- Python
- Flask
- Xata
- Tailwind CSS
## Author
- [Teri](https://twitter.com/terieyenike)
## Resources
- [Python Anywhere with Flask](https://help.pythonanywhere.com/pages/Flask/)
- [How requirements.txt works](https://www.idkrtm.com/what-is-the-python-requirements-txt/)