Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashutosh1919/grocery-todo
Grocery-TODO list full stack project implemented using ReactJS (Frontend), Flask (Backend) and PostgreSQL (ElephantSQL) database.)
https://github.com/ashutosh1919/grocery-todo
elephantsql flask-application grocery-crud grocery-list netlify postgresql reactjs render sql todo-app todoapp todolist
Last synced: 16 days ago
JSON representation
Grocery-TODO list full stack project implemented using ReactJS (Frontend), Flask (Backend) and PostgreSQL (ElephantSQL) database.)
- Host: GitHub
- URL: https://github.com/ashutosh1919/grocery-todo
- Owner: ashutosh1919
- License: mit
- Created: 2023-02-05T17:20:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T18:09:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T17:42:00.496Z (7 months ago)
- Topics: elephantsql, flask-application, grocery-crud, grocery-list, netlify, postgresql, reactjs, render, sql, todo-app, todoapp, todolist
- Language: JavaScript
- Homepage: https://grocery-todo-app-react.netlify.app/
- Size: 311 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grocery TODO List
Grocery-TODO list full stack project implemented using ReactJS (Frontend), Flask (Backend) and PostgreSQL (ElephantSQL) database.)
- Flask Application backend is provides APIs for Database CRUD operation which can be used by frontend client. Flask is hosted on [Render](https://render.com/).
- Base URL for deployed web service (API): [https://grocery-todo-backend.onrender.com](https://grocery-todo-backend.onrender.com)
- ReactJS application frontend is the main client UI with which the user interact. It is hosted on [Netlify](https://www.netlify.com/).
- Deployed website URL: [https://grocery-todo-app-react.netlify.app/](https://grocery-todo-app-react.netlify.app/)
- PostgreSQL database stores all the list data in form of (ID, Item) row in the `groceries` table. It is hosted on [ElephantSQL](https://elephantsql.com)