"# factory_task_manager"
- Description of DB structure of our project
- Site for managing the execution of tasks by factory employees. Task Manager will handle all possible problems during product development in your factory. Everyone from the company can create Task, assign this Task to team-members, and mark the Task as done. Each employee has his own page with a list of projects in which he participates and tasks that he performs. Everyone in the corresponding tasks can post posts containing the solution of the problem or comment on existing posts
3.Page images:
✨ How to use it
👉 Step 1 - Download the code from the GH repository (using GIT)
git clone git@github.com:Paul-Maslov/factory_task_manager.git
👉 Step 2 Set Up for Windows
virtualenv env
.\env\Scripts\activate
pip3 install -r requirements.txt
👉 Step 3 Set Up Database
python manage.py makemigrations
python manage.py migrate
👉 Step 3 Start the app
python manage.py runserver
At this point, the app runs at http://127.0.0.1:8000/.
✨ Create Users
Test user:
username: krivor
password: krivo12345
✨ Check it out
[GIT Hub Repository link] (https://github.com/Paul-Maslov/factory_task_manager)
[Project link] (https://factory-task-manager.onrender.com)










