Skip to content

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

License

Notifications You must be signed in to change notification settings

shrsyc/google_sheets_DB

Repository files navigation

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.

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]);
Loading


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

About

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

Topics

Resources

License

Stars

Watchers

Forks