This project is dedicated to IT project management. With it, you can gather a team of developers, plan, analyze and distribute the workload and time for the implementation of projects. With the help of a communication tool in the form of comments, you have the opportunity to discuss some tasks, respond, etc.
- Clone the repository:
git clone https://github.com/nikakoy-png/manager_project
- Install dependencies:
For clien [ReactJS]:
npm install
For Server [Python]:
pip install requirements.txt
- npm start (For Client)
- python manage.py makemigrations
- python manage.py migration
- python manage.py runserver