Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.56 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.56 KB

Kanri Logo

KANRI

A project management tool prototype


Kanri Screenshot



Built with
Django Tag Python Tag JavaScript Tag PostgreSQL HTML5 Tag CSS3 Tag

Live Demo

Kanri

Run Locally

  1. Clone the repository
    git clone https://github.com/willjw3/kanri-django.git my-app
  2. Move into the new directory (called my-app in this case; call it what you like)
    cd my-app
  3. Install the dependencies (remove dependencies you don't need from the requirements.txt file)
    pip install -r requirements.txt
  4. Run python manage.py makemigrations and python manage.py migrate
  5. Create a super user
    python manage.py createsuperuser
  6. Run the web server python manage.py runserver