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

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.

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).