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.
- Host: GitHub
- URL: https://github.com/willjw3/kanri-django
- Owner: willjw3
- Created: 2021-09-28T00:27:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T22:10:03.000Z (over 4 years ago)
- Last Synced: 2025-03-15T16:10:01.062Z (over 1 year ago)
- Topics: css3, django, html5, javascript, postgresql, python
- Language: HTML
- Homepage: https://kanri-django.herokuapp.com/
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KANRI
### *A project management tool prototype*
**Built with**






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