Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.49 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.49 KB

Back-end Boilerplate Practice

Build Status Python Version

Learn modern Back-end development with Python.

Quick start

  1. Install Poetry
pip install poetry
  1. Install the dependencies
poetry install
  1. Set up Pre-commit (for development)
pip install pre-commit
pre-commit install

Windows users could skip this step as pre-commit is not yet supported on Windows.

  1. Run the project
poetry run python app.py

Getting started

  1. Installation and the general structure of the repo
  2. The tools used by the project
  3. The project structure and packages
  4. How to work with certain features
  5. Start to learn back-end development

Documentation

  • Overview: A short overview of the included tools.
  • Tools: An overview of the configuration files of this project (including Tox and Poetry).
  • Exercises: Learn how to build a back-end project from ground up.