Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)