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
- Host: GitHub
- URL: https://github.com/lyaguxafrog/python-backend-devcontainers
- Owner: lyaguxafrog
- License: mit
- Created: 2023-12-25T02:42:04.000Z (over 2 years ago)
- Default Branch: release
- Last Pushed: 2024-04-22T16:59:55.000Z (about 2 years ago)
- Last Synced: 2025-07-11T13:53:16.210Z (12 months ago)
- Topics: devcontainer, django, django-rest-framework, docker, flask, graphql, python
- Language: Shell
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.

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

4. Click **Create repository from template.**
5. **Clone** your repository and run:
```bash
./pbd.sh --as-template
```
----
## 2. Install PBD - IN DEVELOP