Skip to content

OlehShumov/task_manager

Repository files navigation

IT Team Task Manager

How it works

This IT task manager site allows you to track tasks, users, and positions. You can add, delete, update, and search information using a user-friendly interface

Check it out!

Library project deployed to Render

How to install

  1. Open Terminal and open folder to clone project in.

  2. Clone repository into a desirable folder:

    https://github.com/OlehShumov/task_manager.git
    
  3. Open cloned folder in terminal

  4. If you don't have pip installed install it here.

  5. Create and activate Virtual environment:

    Windows

    python -m venv venv
    
    venv\Scripts\activate
    

    MacOS

    python3 -m venv venv
    
    source venv/bin/activate
    
  6. Open cloned folder and install needed requirements using:

    pip install -r requirements.txt
    
  7. Make migrations and migrate:

    python manage.py makemigrations
    
    python manage.py migrate
    
  8. Install database fixture:

    python manage.py loaddata data.json
    
  9. Run server:

    python manage.py runserver
    
  10. Go to http://127.0.0.1:8000/

  11. Test user:

username: test
password: 1234TEST

About

My first python project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages