- Clone the repository
- Create a virtual environment
- Install the dependencies
- Run the migrations
git clone https://github.com/vitorpvcampos/django-shop.git
cd django-shop
pip install pipenv
pipenv install --dev
python manage.py migrate
pipenv run flake8