An open API service indexing awesome lists of open source software.

https://github.com/willjw3/kanri-django

Prototype for Kanri, a project management web app.
https://github.com/willjw3/kanri-django

css3 django html5 javascript postgresql python

Last synced: 3 months ago
JSON representation

Prototype for Kanri, a project management web app.

Awesome Lists containing this project

README

          

Kanri Logo

## KANRI
### *A project management tool prototype*


Kanri Screenshot



**Built with**
![Django Tag](https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=green)
![Python Tag](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=darkgreen)
![JavaScript Tag](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![PostgreSQL](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white)
![HTML5 Tag](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS3 Tag](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)

### Live Demo
[Kanri](https://kanri-django.herokuapp.com)

### 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`