Taskify is a task management system built using Django, Tailwind CSS, and HTML. It features Role-Based Access Control (RBAC), optimized database queries, and a customized dashboard for different user roles (Admin, Manager, and Employee). Additionally, Django Signals are used to send emails upon task assignment and user activation after registration.
- Role-Based Access Control (RBAC)
- Admin: Full access to the system.
- Manager: Can create, update, delete, and assign tasks.
- Employee: Can view and complete assigned tasks.
- Optimized Queries for better performance.
- Customized Dashboard for Admin, Manager, and Employee.
- Django Signals for email notifications:
- Sends an email when a task is assigned.
- Sends an activation email upon registration.
- User Authentication & Authorization
- Responsive UI built with Tailwind CSS
Use the following credentials to log in and test the system:
username: testAdmin
Password: DemoAdmin#43
Email: testManager
Password: DemoManager#43
Email: testEmployee
Password: DemoEmployee#43
- Clone the Repository:
git clone https://github.com/your-username/taskify.git cd taskify
- Create a Virtual Environment and Activate It:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install Dependencies:
pip install -r requirements.txt
- Apply Migrations:
python manage.py migrate
- Create a Superuser (Optional):
python manage.py createsuperuser
- Run the Development Server:
python manage.py runserver
- Access the Application: Open http://127.0.0.1:8000/ in your browser.
- Django - Backend framework
- Tailwind CSS - Frontend styling
- HTML - Templating
- Django Signals - Handling email notifications
- PostgreSQL/MySQL (Optional) - Database
If you would like to contribute, feel free to submit a pull request!
This project is licensed under the MIT License.
Made with ❤️ by Md. Romjan Ali