Skip to content

REST API service backend of Janus agile project management tool. Janus is the free alternative to other commercial agile tools in the market. The objective behind this tool creation, is to make all essential agile management features available to everyone for free without any clause or limitations.

License

Notifications You must be signed in to change notification settings

ioak-dev/janus-service-v1

Repository files navigation

Start Server locally

First time

  • pip install virtualenv
  • pip install virtualenvwrapper-win
  • pip install -r requirements.txt
  • mkvirtualenv (eg: mkvirtualenv local)
  • python manage.py runserver

Every time

  • workon (eg: workon local)
  • python manage.py runserver

Procfile Honcho for celery

web: gunicorn janus.wsgi --log-file worker1: celery -A janus beat -l info worker2: celery -A janus worker -l info

About

REST API service backend of Janus agile project management tool. Janus is the free alternative to other commercial agile tools in the market. The objective behind this tool creation, is to make all essential agile management features available to everyone for free without any clause or limitations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages