Refactoring UFPR final paper using Python
- Clone the repository
- Change to the directory was created by the clone
- Install pipenv
- Install the dependencies
- Run the tests
- Run the server
git clone git@github.com:BarthJr/despensa-inteligente.git
cd despensa-inteligente
pip install pipenv
pipenv install -d
pytest
python manage.py runserver