Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ak2k30/todo-project
- Owner: AK2k30
- License: mit
- Created: 2024-09-13T19:55:51.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T06:42:32.000Z (2 months ago)
- Last Synced: 2024-10-31T05:04:04.930Z (16 days ago)
- Topics: docker, docker-compose, flask, full-stack-web-development
- Language: JavaScript
- Homepage: https://todo-app-wine-ten.vercel.app/
- Size: 817 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)