Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ak2k30/todo-project

This is simple to-do app website
https://github.com/ak2k30/todo-project

docker docker-compose flask full-stack-web-development

Last synced: 16 days ago
JSON representation

This is simple to-do app website

Awesome Lists containing this project

README

        

# TODO List

TODO list full stack project implemented using ReactJS (Frontend), Flask (Backend) and PostgreSQL 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://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 [vercel](https://www.vercel.com/).
- Deployed website URL: [https://todo-app-wine-ten.vercel.app/](https://todo-app-wine-ten.vercel.app/)
- PostgreSQL database stores all the list data in form of (ID, Item) row in the table. It is hosted on [Render](https://render.com)