ended3월 20일· 1 sources

Fixing My Git Mistakes and Finally Understanding My Router Code

Git 실수를 바로잡고 라우터 코드를 제대로 이해한 하루

Why it matters

The author fixed beginner Git mistakes such as committing .env and database files by creating a .gitignore and removing sensitive files from the repository. They also gained a deeper understanding of how FastAPI routers work as entry points that connect frontend requests to backend services and databases.

1
Sources
+0
24h
Growth
185d
Active
GitFastAPIRouter.gitignore.env

Sources

Related Issues