joaoluizn / pycdg

Coding Data Gatherer (CDG) aims to store data regarding the effort of a developers team when working on softwares projects to generate views to make easy to follow-up the progress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyCDG

Coding Data Gatherer (CDG) aims to store data regarding the effort of a developers team when working on softwares projects to generate views to make easy to follow-up the progress.

Requirements

Environment Setup

# Install dependencies
pipenv install

cd frontend
yarn install

Run for development with hot reload

# Run Django back-end
pipenv shell
python manage.py runserver 8080

# Run Vue front-end
cd frontend
yarn serve

About

Coding Data Gatherer (CDG) aims to store data regarding the effort of a developers team when working on softwares projects to generate views to make easy to follow-up the progress.

License:MIT License


Languages

Language:Python 72.6%Language:JavaScript 15.5%Language:Vue 9.0%Language:HTML 3.0%