Complete Web Development Bootcamp 🔥
September 26, 2020 · View on GitHub
Prerequisite
Initialize Project
Run this command everytime before start to develop this repo
make setup
Run App
make docker-start
Seed data to database
make mockdata
Stop app and database
make docker-stop
Manual
Run make help to list available commands:
λ make help
Choose a command run in complete-web-development-bootcamp:
setup Initialize project
init install the package to the active Python is site-packages
start Start app
docker-start Start docker-compose
docker-stop Stop docker-compose
mockdata mock data
clean-pyc remove Python file artifacts
lint check style with flake8
Code Style Guide
Use the autopep8 auto-formatter to avoid arguing over formatting.