https://github.com/thesparkvision/dolist
This is a task management application made to track basic tasks any person has to finish in a day
https://github.com/thesparkvision/dolist
fastapi react todo
Last synced: about 2 months ago
JSON representation
This is a task management application made to track basic tasks any person has to finish in a day
- Host: GitHub
- URL: https://github.com/thesparkvision/dolist
- Owner: thesparkvision
- License: mit
- Created: 2023-11-01T08:06:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T01:47:01.000Z (over 2 years ago)
- Last Synced: 2025-01-23T17:17:12.542Z (over 1 year ago)
- Topics: fastapi, react, todo
- Language: Python
- Homepage: https://poetic-gnome-a50aea.netlify.app/
- Size: 210 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DoList
This is a task management application made to track basic tasks any person has to finish in a day

## Live Web App Link
https://poetic-gnome-a50aea.netlify.app/
[](https://app.netlify.com/sites/poetic-gnome-a50aea/deploys)
## Database Diagram
You can view the database diagram for this web app here:
https://dbdocs.io/amanpandya712/DoList
## Setting Up Project
Both [Client](https://github.com/thesparkvision/DoList/tree/main/client) and [Server](https://github.com/thesparkvision/DoList/tree/main/server) Directory contain their separate Readme for setting up the project in local.
## Setting up Dbdocs
This link can be referred for dbdocs commands:
https://dbdocs.io/docs
## Deployment Platforms
```text
Frontend: Netlify
Backend: Render
Database: Render
```