team-yuml-kkks / YumlJira

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

YUML JIRA

JIRA by TEAM YUML

INSTALLATION

Prerequisites

Python 3.7
Node 10

VIRTUALENV

virtualenv env --python=python3
source env/bin/activate
pip install -r requirements/local.txt

MIGRATIONS

First copy db.base.py into db.py then execute:

./manage.py migrate

JAVASCRIPT

npm install
npm run build / npm run watch

RUNNING TESTS

pytest
npm test

GOOGLE LOGIN

To configure Google Auth you have to add new record to SocialApp model with Google provider and insert there project keys.

Default avatar credit

Icon made from Icon Fonts is licensed by CC BY 3.0

Authors

Kaniak Kamil Supera

About

License:MIT License


Languages

Language:Python 80.4%Language:JavaScript 11.0%Language:Vue 6.0%Language:CSS 1.6%Language:HTML 1.1%