An open API service indexing awesome lists of open source software.

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

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

![Flask app](https://github.com/Terieyenike/pangea-notes-react-authn/assets/25850598/e612681d-885d-4e61-a56d-3a3200dbe161)

![xata db table](https://github.com/Terieyenike/pangea-notes-react-authn/assets/25850598/f648a810-be73-429b-9af5-4bbc106ee00f)

## 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/)