Simple backend for a blog app built with FastAPI and PostgreSQL.
Supports creating and fetching blog posts via REST endpoints.
Run locally with: uvicorn app.main:app --reload
Interactive docs available at https://fastapi-blog-api-au5y.onrender.com/docs.
Frontend available at https://blog-frontend-react1.vercel.app/