https://github.com/blankeos/tasksync
🐯 A mini-project to practice the backend stack for my Internship @ Spring Valley.
https://github.com/blankeos/tasksync
Last synced: 4 months ago
JSON representation
🐯 A mini-project to practice the backend stack for my Internship @ Spring Valley.
- Host: GitHub
- URL: https://github.com/blankeos/tasksync
- Owner: Blankeos
- Created: 2023-02-13T08:00:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T05:59:48.000Z (over 3 years ago)
- Last Synced: 2025-10-30T21:38:03.255Z (8 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskSync
> 🧠 Fun fact: The name and project idea was generated with ChatGPT.
A mini-project to practice the tech stack for my Internship @ Spring Valley.
### About the Project
This application would allow multiple users to **manage their tasks and due dates together in real-time**.
The application could also use websockets to provide instant updates and notifications to all users when a task is added, updated, or completed. The users would need to be authenticated to access the To-Do List, and the tasks could be stored in a database for persistence.
### Tech Stack:
| Frontend | Backend |
| -------- | --------------------- |
| Flutter | Node.js |
| Dart | Fastify |
| | PostgreSQL |
| | Socket.IO |
| | JSON Web Tokens (JWT) |
| | BCrypt |
| | Knex.js |