An open API service indexing awesome lists of open source software.

https://github.com/lyaguxafrog/python-backend-devcontainers

A simple and convenient template for python-backend applications
https://github.com/lyaguxafrog/python-backend-devcontainers

devcontainer django django-rest-framework docker flask graphql python

Last synced: 3 months ago
JSON representation

A simple and convenient template for python-backend applications

Awesome Lists containing this project

README

          

```
____ _ _ ____ _ _
| _ \ _ _| |_| |__ ___ _ __ | __ ) __ _ ___| | _____ _ __ __| |
| |_) | | | | __| '_ \ / _ \| '_ \ | _ \ / _` |/ __| |/ / _ \ '_ \ / _` |
| __/| |_| | |_| | | | (_) | | | | | |_) | (_| | (__| < __/ | | | (_| |
|_| \__, |\__|_| |_|\___/|_| |_| |____/ \__,_|\___|_|\_\___|_| |_|\__,_|
|___/
____ _ _
| _ \ _____ _____ ___ _ __ | |_ __ _(_)_ __ ___ _ __ ___
| | | |/ _ \ \ / / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__/ __|
| |_| | __/\ 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](https://docs.github.com/articles/creating-a-repository-from-a-template/)

1. Above the file list, click **Use this template**.
2. Select **Create a new repository**.
![example_picture_1](https://docs.github.com/assets/cb-77734/mw-1440/images/help/repository/use-this-template-button.webp)

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

![example_picture_2](https://docs.github.com/assets/cb-61138/mw-1440/images/help/repository/create-repository-name.webp)

4. Click **Create repository from template.**

5. **Clone** your repository and run:
```bash
./pbd.sh --as-template
```

----

## 2. Install PBD - IN DEVELOP