lyaguxafrog / python-backend-devcontainers

A simple and convenient template for python-backend applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

             ____        _   _                   ____             _                  _ 
            |  _ \ _   _| |_| |__   ___  _ __   | __ )  __ _  ___| | _____ _ __   __| |
            | |_) | | | | __| '_ \ / _ \| '_ \  |  _ \ / _` |/ __| |/ / _ \ '_ \ / _` |
            |  __/| |_| | |_| | | | (_) | | | | | |_) | (_| | (__|   <  __/ | | | (_| |
            |_|    \__, |\__|_| |_|\___/|_| |_| |____/ \__,_|\___|_|\_\___|_| |_|\__,_|
                   |___/                                                               
                 ____                            _        _                     
                |  _ \  _____   _____ ___  _ __ | |_ __ _(_)_ __   ___ _ __ ___ 
                | | | |/ _ \ \ / / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__/ __|
                | |_| |  __/\ V / (_| (_) | | | | || (_| | | | | |  __/ |  \__ \
                |____/ \___| \_/ \___\___/|_| |_|\__\__,_|_|_| |_|\___|_|  |___/

What is it?

Python Backend Dev containers(PBD) - is an application for creating custom containers for develop and prodaction.

How to use?

You have two ways to use PBD:

1. GitHub repo template

You can use this repository as a GitHub template

  1. Above the file list, click Use this template.

  2. Select Create a new repository. example_picture_1

  3. Type a name for your repository, and an optional description.

example_picture_2

  1. Click Create repository from template.

  2. Clone your repository and run:

./pbd.sh --as-template

2. Install PBD - IN DEVELOP

About

A simple and convenient template for python-backend applications

License:MIT License


Languages

Language:Shell 50.8%Language:Python 46.2%Language:Dockerfile 3.0%