https://github.com/lineindent/supabase-lite.
A lightweight REST API web app for Supabase.
https://github.com/lineindent/supabase-lite.
api-client api-rest python reflex supabase web webapp
Last synced: 3 months ago
JSON representation
A lightweight REST API web app for Supabase.
- Host: GitHub
- URL: https://github.com/lineindent/supabase-lite.
- Owner: LineIndent
- License: mit
- Created: 2024-02-18T12:31:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T16:28:04.000Z (about 1 year ago)
- Last Synced: 2025-06-09T03:35:33.395Z (4 months ago)
- Topics: api-client, api-rest, python, reflex, supabase, web, webapp
- Language: Python
- Homepage: https://rx-client.reflex.run/
- Size: 4.39 MB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The API client website is hosted on Reflex is currently under developemnt. Performance issues (theme, events, etc...) are to be expected.
# Introduction
This lightweight web application is designed for testing `Supabase API` endpoints. The tool itself simplifies the process of interacting with Supabase API's, making endpoint testing user-friendly. The entire application is built using `Reflex`.
![]()
![]()
## What you need to get started
To use this API client you'll need to have several things:
1. A `Supabase` account and a database already setup.
2. Latest version of `Reflex` installed.```bash
pip install reflex --upgrade
```## API Methods Included
The following is a list of supported request methods:
`GET`: Operational
`POST`: Operational
`DELETE`: Operational
`PATCH`: In progress
`LOGIN`: Operational
`LOGOUT`: In progress
`SIGNUP`: In progress## License
This project is open-source and licensed under the [MIT License](LICENSE).