REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
41/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
python-fastApi-docker-starter
Starter template for Python 🐍 and FastAPI with Docker.
Get Started
Run the following commands to create a virtual conda environment within the directory .conda, activate it and install packages listed in requirements.txt.
conda create -p .conda python=3.10
conda activate "$PWD/.conda"
pip install -r requirements.txt
Start server
uvicorn app.main:app --reload
Or
make dev
Database
Migrations
Database migrations are done through Alembic and the SQLAlchemy engine. To simplify the commands, we use Makefile.
Create a new migration file:
make migrate-create name=<name of migration file>
Run up migrations:
make migrate-up
Run down migrations:
make migrate-down
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
FastAPI Starter: A simple and intuitive example repository showcasing basic functionality and best practices for building web APIs with FastAPI. Use this as a template or reference for accelerating your FastAPI projects
80/100 healthRecently updatedActive repository
PythonMIT#async#backend#fastapi#pydantic
⑂ 21 forks◯ 2 issuesUpdated 9 days ago
A production-ready Django REST Framework starter template with JWT authentication, CORS configuration, API documentation, and environment-based settings. Perfect for quickly bootstrapping REST APIs.
63/100 healthActive repositoryHas homepage
PythonNo license#api#authentication#backend#black
⑂ 12 forks◯ 0 issuesUpdated May 13, 2026
Project homepage ↗