{"id":30142111,"url":"https://github.com/shahidmalik4/fastapi-nextjs-blog","last_synced_at":"2026-04-08T18:07:00.817Z","repository":{"id":306757891,"uuid":"1027126263","full_name":"shahidmalik4/fastapi-nextjs-blog","owner":"shahidmalik4","description":"Minimal blog platform using FastAPI (backend), Next.js (frontend), and SQLite for data storage.","archived":false,"fork":false,"pushed_at":"2025-07-27T11:31:54.000Z","size":7168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-11T05:50:04.136Z","etag":null,"topics":["blog","crud-application","dynamic-routing","fastapi","javascript","nextjs","python","restapi","sqlite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shahidmalik4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-27T11:20:48.000Z","updated_at":"2025-07-27T11:31:58.000Z","dependencies_parsed_at":"2025-07-27T13:32:13.786Z","dependency_job_id":null,"html_url":"https://github.com/shahidmalik4/fastapi-nextjs-blog","commit_stats":null,"previous_names":["shahidmalik4/fastapi-nextjs-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shahidmalik4/fastapi-nextjs-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahidmalik4%2Ffastapi-nextjs-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahidmalik4%2Ffastapi-nextjs-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahidmalik4%2Ffastapi-nextjs-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahidmalik4%2Ffastapi-nextjs-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahidmalik4","download_url":"https://codeload.github.com/shahidmalik4/fastapi-nextjs-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahidmalik4%2Ffastapi-nextjs-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","crud-application","dynamic-routing","fastapi","javascript","nextjs","python","restapi","sqlite"],"created_at":"2025-08-11T05:40:27.891Z","updated_at":"2026-04-08T18:07:00.791Z","avatar_url":"https://github.com/shahidmalik4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 Fullstack Blog App\n\nA minimal fullstack blog application built with **FastAPI** (backend), **Next.js** (frontend), and **SQLite** as the database. It supports basic blog post CRUD operations, dynamic routing, and a clean API-first architecture.\n\n---\n\n## 🚀 Tech Stack\n\n- **Frontend**: [Next.js](https://nextjs.org/)\n- **Backend**: [FastAPI](https://fastapi.tiangolo.com/)\n- **Database**: SQLite (via SQLAlchemy or equivalent ORM)\n- **Language**: Python, TypeScript/JavaScript\n\n---\n\n## 📁 Project Structure\n```\nblogstack/\n├── backend/              # FastAPI backend\n│   ├── main.py\n│   ├── models.py\n│   ├── crud.py\n│   ├── database.py\n│   └── ...\n├── frontend/             # Next.js frontend\n│   ├── pages/\n│   ├── components/\n│   └── ...\n├── .gitignore\n└── README.md\n```\n---\n\n## ⚙️ Setup Instructions\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/your-username/fastapi-nextjs-blog.git\ncd fastapi-nextjs-blog\n```\n\n---\n\n### 2. Backend Setup (FastAPI)\n\n```bash\ncd backend\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\npip install -r requirements.txt\nuvicorn main:app --reload\n```\n\n- Visit: `http://localhost:8000`\n- API Docs: `http://localhost:8000/docs`\n\n---\n\n### 3. Frontend Setup (Next.js)\n\n```bash\ncd ../frontend\nnpm install\nnpm run dev\n```\n\n- Visit: `http://localhost:3000`\n\n---\n\n## 🛠 Features\n\n- Create, read, update, delete blog posts\n- RESTful API using FastAPI\n- Dynamic frontend pages with Next.js\n- SQLite database (lightweight, zero-config)\n- API auto docs via Swagger (`/docs`)\n\n---\n\n## 📦 Requirements\n\n- Python 3.8+\n- Node.js 16+\n- SQLite (default, no setup needed)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahidmalik4%2Ffastapi-nextjs-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahidmalik4%2Ffastapi-nextjs-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahidmalik4%2Ffastapi-nextjs-blog/lists"}