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.
- Base URL for deployed web service (API): https://grocery-todo-backend.onrender.com
- ReactJS application frontend is the main client UI with which the user interact. It is hosted on Netlify.
- Deployed website URL: 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