REPOSITORY OVERVIEWLive repository statistics
★ 1Stars
⑂ 0Forks
◯ 0Open issues
◉ 1Watchers
31/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
0 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
Learning-FastAPI
FastAPI Docker Setup Commands
1. Create a New Migration
docker-compose run app alembic revision --autogenerate -m "New Migration"
2. Migrate the Changes to Database
docker-compose run app alembic upgrade head
3. Build the App Container
docker-compose build
4. Start the Docker Container and Images
docker-compose up
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains coursework for the Python API Development course by Sanjeev Thiyagarjan. It covers building APIs with FastAPI, PostgreSQL, SQLAlchemy ORM, authentication (JWT, OAuth2), database migrations with Alembic, deployment on Heroku & Ubuntu, Dockerization, automated testing with Pytest, and CI/CD setup with GitHub Actions.
27/100 healthActive repository
PythonNo license
⑂ 0 forks◯ 0 issuesUpdated Mar 3, 2025