Releases: javidahmed64592/python-template-server
Releases · javidahmed64592/python-template-server
python-template-server 0.1.1
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 -dAccess Points
- API Server: https://localhost:443/api
- Swagger UI: https://localhost:443/api/docs
- ReDoc: https://localhost:443/api/redoc
Documentation
Python Template Server 0.1.0
Python Template Server v0.1.0
A template FastAPI server with production-ready configuration.
Quick Start
Download the latest release tarball from the Releases page.
# Extract the tarball
tar -xzf python_template_server_*.tar.gz
cd python_template_server_*/
# Run the installer
./install_template_server.shThis will install the server as a systemd service and start it automatically.
Access the application at https://localhost:443