Skip to content

Paul-Maslov/factory_task_manager

Repository files navigation

"# factory_task_manager"

  1. Description of DB structure of our project

factory_task_manager_database_v01

  1. 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:

  • home page image

  • about company image

  • list of Projects image

  • Project detail image

  • list of Tasks image

  • Task detail image

  • list of Posts image

  • Post detail image

  • list of employeees image

  • Employee detail image

✨ 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors