8000 GitHub - haticedalkiran/task-manager-be
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

haticedalkiran/task-manager-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Collaborative Task Manager Backend

This project built with Node.js, Express, Socket.io and MongoDB. It supports user authentication, task CRUD operations and live updates of tasks across clients using WebSocket.

Frontend Access

To access the frontend repository for the Real-Time Collaborative Task Manager, please visit the following link: task-manager-fe

API Endpoints

POST /signup: Registers a new user.

POST /login: Authenticates a user.

GET /users: Retrieves a list of users.

WebSocket events for real-time interactions include:

connection: Establishes a WebSocket connection.

new-task: Emits when a new task is created.

delete-task: Emits when a task is deleted.

update-task: Emits when a task is updated.

disconnect: Handles user disconnection.

Models

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0