Skip to content

Learn Back-end development with Python, with a focus on performance and best practices.

Notifications You must be signed in to change notification settings

snguyenthanh/backend-boilerplate-practice

Repository files navigation

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.

About

Learn Back-end development with Python, with a focus on performance and best practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published