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

https://github.com/shrsyc/google_sheets_db

Use Google Sheets as a DATABASE for your project's prototype , its easy and seamless to create and the database and API end points could be created in just minutes
https://github.com/shrsyc/google_sheets_db

api database google-sheets postman

Last synced: 11 months ago
JSON representation

Use Google Sheets as a DATABASE for your project's prototype , its easy and seamless to create and the database and API end points could be created in just minutes

Awesome Lists containing this project

README

          

# Use `Google Sheets` as a `DATABASE` for your *project's prototype*.

> [!NOTE]
> This repository contains only the creation and testing of API.

![Alt text]()

## CRUD operations , leaf nodes are files in the root of this repo.

```mermaid
graph TD;
id1[(CRUD)]-->id2(Create);
id1-->id3(Read);
id1-->id4(Update);
id1-->id5(Delete);
id3-->id6([GET-read data]);
id2-->id7([POST - create data]);
id5-->id8([POST - delete data]);
id4-->id9([POST - update data]);
```

> Won a hackathon because we were the fastest to complete a working prototype Thanks to Google Sheets