Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nblancs/python-crud-cli-supabase-db
This project was developed to enhance my skills in integrating Supabase with Python.
https://github.com/nblancs/python-crud-cli-supabase-db
python supabase supabase-auth
Last synced: 12 days ago
JSON representation
This project was developed to enhance my skills in integrating Supabase with Python.
- Host: GitHub
- URL: https://github.com/nblancs/python-crud-cli-supabase-db
- Owner: NBlancs
- License: mit
- Created: 2025-01-28T16:31:22.000Z (17 days ago)
- Default Branch: master
- Last Pushed: 2025-01-29T13:49:25.000Z (16 days ago)
- Last Synced: 2025-01-29T14:31:28.421Z (16 days ago)
- Topics: python, supabase, supabase-auth
- Language: Python
- Homepage:
- Size: 53.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python CRUD CLI with Supabase
## π» Setup
1. Clone the repository
```bash
git clone https://github.com/NBlancs/python-crud-cli-supabase-db.git
```
3. Copy `.env.example` to `.env`
4. Install dependencies
```bash
pip install -r requirements.txt
```
4. Run the application
```bash
python main.py
```***
## π» Application Demonstration
![app_demo](demo/demo.gif)***
## π‘οΈLICENSE
Project is distributed under [MIT License](LICENSE)