repositoriesfeed

View the Project on GitHub marycaroline/repositoriesfeed

Repositories Feed

Deploy

About

This is a simple project built with Vinta’s django+react boilerplate as part of a job application proccess and it consists of a web application where users can track commits made to repositories they chose to monitor.

Millestones

Running

Setup

Tools

Running the project

Celery

Testing

make test

Will run django tests using --keepdb and --parallel. You may pass a path to the desired test module in the make command. E.g.:

make test someapp.tests.test_views

Adding new pypi libs

Just run pipenv install LIB_NAME_ON_PYPI and then pipenv lock to lock the version in Pipfile.lock file

Linting

Pre-commit hooks