cmanallen / shinto

Yet another Kanban clone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shinto

####About Shinto

Shinto is a kanban style task management framework built with ReactJS, Django, and Django REST Framework.

####React Frontend Usage

  1. Clone the repo.
  2. Change directory into front
  3. Run npm start (Python 2 only pass --python 2 if python 3 is your default).
  4. Open index.html in a web browser with cross origin requests enabled.
  5. On Linux: chromium --disable-web-security
  6. On OSX: Install Allow-Control-Allow-Origin (Chrome, Chromium)

####Django API Usage

  1. Clone the repo
  2. Change directory into the repository root.
  3. Create a virtual environment.
  4. Activate your environment and install the requirements.
  5. Change directory into shinto.
  6. Run ./manage.py runserver --settings=shinto.settings.cmanallen

####Limitations

  1. Drag and drop support is not currently implemented.
  2. Board, Card, and Activity name changing is not currently implemented.
  3. Adding additional boards, cards, and activities are not currently implemented.
  4. Displaying comments is not currently implemented.

####License

MIT

About

Yet another Kanban clone.


Languages

Language:JavaScript 64.8%Language:Python 34.6%Language:CSS 0.6%