This project involves creating a full-stack application using NestJS for the backend and Angular for the frontend. The application is containerized using Docker for easy deployment and management.
- Nestjs
- Angular
- Docker
- PostgreSql
Feature |
Status |
User authentication using JWT (JSON Web Tokens) |
✅ |
Enable real-time communication with Websockets |
✅ |
Manage Docker resources with commands to remove images, containers, and volumes. |
✅ |
Integrate JWT authentication and Socket.io (Angular) |
✅ |
Design ToDo list with drag-and-drop (Angular Material) |
✅ |
Handle Todos with Websockets (Backend & Frontend) |
✅ |
Ensure real-time updates and synchronization of Todos |
✅ |