Skip to content

python-template-server 0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Mar 00:20
· 12 commits to main since this release
07e2304

Python Template Server v0.1.1

A template FastAPI server with production-ready configuration.

Quick Start

# Download and extract
wget https://github.com/javidahmed64592/python-template-server/releases/download/v0.1.1/python_template_server_0.1.1.tar.gz
tar -xzf python_template_server_0.1.1.tar.gz
cd python_template_server_0.1.1

# Set up environment variables
cp .env.example .env

# Run the container using Docker Compose
docker compose up -d

Access Points

Documentation