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
- Host: GitHub
- URL: https://github.com/shrsyc/google_sheets_db
- Owner: shrsyc
- License: mit
- Created: 2023-04-20T16:12:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T13:36:02.000Z (about 1 year ago)
- Last Synced: 2025-04-13T00:55:25.833Z (11 months ago)
- Topics: api, database, google-sheets, postman
- Language: JavaScript
- Homepage:
- Size: 3.27 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 