A project management tool which includes user authentication, profile management, project listing, task management, and real-time updates. It is built using Django, Django REST Framework, Django Channels, ReactJS, PostgreSQL, Redis, and Docker.
-
Authentication and Registration: Seamless login and registration process, empowering users to access and manage their accounts securely. Uses JWT for authentication.
-
Project Listing: Dashboard showcasing a list of projects created by the user.
-
Task Management: Streamlined task management functionality including creation, modification, and deletion of tasks within projects. Users can also update task status (Todo, In Progress, Review, Done). This is updated in real time, so check it out with two different browsers!
-
Real-time Updates: Integration of websockets ensures real-time updates across all users, enabling swift updation of any changes made to projects tasks.
-
Frontend:
- ReactJS
-
Backend:
- Django REST Framework
- Django Channels
-
Database:
- PostgreSQL
-
Additional Tools:
- Redis (for websocket communication)
- Docker (for containerization)
- Clone the repository:
git clone https://github.com/SuryaNelakanti/oh-prom.git
- Navigate to project directory.
cd oh-prom
- Build and run the Docker container:
docker-compose up --build
- In your browser, navigate to old faithful:
http://localhost:3000
Use it however you want :)