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

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.

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 |