Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)