{"id":26689609,"url":"https://github.com/nvhnam/theblog","last_synced_at":"2026-04-08T11:31:10.872Z","repository":{"id":257955463,"uuid":"844193485","full_name":"nvhnam/TheBLOG","owner":"nvhnam","description":"A fullstack blog was made with FE: ReactJS | BE: SpringBoot / NodeJS | DB: MySQL","archived":false,"fork":false,"pushed_at":"2025-06-02T04:21:11.000Z","size":2404,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T12:26:05.870Z","etag":null,"topics":["api","backend","blog","docker","frontend","mysql","nodejs","reactjs","render","spring","spring-boot","vercel","vite"],"latest_commit_sha":null,"homepage":"https://theblog-nvhnam.vercel.app","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/nvhnam.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-18T16:57:41.000Z","updated_at":"2025-06-02T04:21:15.000Z","dependencies_parsed_at":"2025-02-28T13:29:51.391Z","dependency_job_id":"c8bc737c-9264-4117-8dec-fa570d7679c3","html_url":"https://github.com/nvhnam/TheBLOG","commit_stats":null,"previous_names":["nvhnam/theblog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nvhnam/TheBLOG","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvhnam%2FTheBLOG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvhnam%2FTheBLOG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvhnam%2FTheBLOG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvhnam%2FTheBLOG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvhnam","download_url":"https://codeload.github.com/nvhnam/TheBLOG/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvhnam%2FTheBLOG/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31553981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","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":["api","backend","blog","docker","frontend","mysql","nodejs","reactjs","render","spring","spring-boot","vercel","vite"],"created_at":"2025-03-26T14:38:57.706Z","updated_at":"2026-04-08T11:31:10.309Z","avatar_url":"https://github.com/nvhnam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✍️ TheBlog – Fullstack Blogging Platform\n\nA full-featured blogging platform built with modern web technologies. Users can register with email verification, log in securely, and post blogs using a clean, responsive UI. Designed for developers, writers, and learners who want to explore how fullstack apps work with RESTful APIs and MySQL databases.\n\n---\n\n## 🚀 Features\n\n- 🧾 User Registration with Email Verification: Secure account creation via verification codes sent to user emails.\n- 🔐 Authentication \u0026 Authorization: JWT-based login and session handling.\n- 📝 Blog Post Creation: Write, edit, and publish personal blog posts using a user-friendly interface.\n- 📬 RESTful API: Robust and scalable Spring Boot backend API for blog and user management.\n- 🌈 Clean UI: Modern, responsive frontend built with ReactJS and TailwindCSS.\n\n---\n\n## 🛠️ Tech Stack\n\n### 💻 Frontend\n- ReactJS\n- TailwindCSS\n\n### 🧠 Backend\n- Spring Boot (Java)\n- Spring Security + JWT\n- Spring Mail (for email verification)\n- MySQL (Database)\n- Docker (for deployment)\n\n---\n\n## 📦 Setup Instructions\n\n### 1. Clone the Repository\n\u003cpre\u003e\ngit clone https://github.com/yourusername/TheBlog.git\ncd TheBlog\n\u003c/pre\u003e\n\n### 2. Setup Backend\n\u003cpre\u003e\ncd backend-springboot/TheBlog\n\u003c/pre\u003e\n\n🔨 Build the Docker image:\n\u003cpre\u003e\ndocker build -t yourdockerhub/theblog-backend:v1.20 .\ndocker push yourdockerhub/theblog-backend:v1.20\n\u003c/pre\u003e\n\n🧪 Run Locally (without Docker):\n\u003cpre\u003e\n./mvnw spring-boot:run\n\u003c/pre\u003e\n\n### 3. Setup Frontend\n\u003cpre\u003e\ncd ../client\n\u003c/pre\u003e\n\n🔧 Install dependencies:\n\u003cpre\u003e\nnpm install\n\u003c/pre\u003e\n\n🚀 Start the development server:\n\u003cpre\u003e\nnpm run dev\n\u003c/pre\u003e\n\nMake sure to update the API base URL in your frontend .env:\n\u003cpre\u003e\nVITE_API_URL=http://localhost:8080\n\u003c/pre\u003e\n\n---\n\n## CI/CD Status\n\n![Frontend CI](https://github.com/nvhnam/TheBLOG/actions/workflows/frontend.yml/badge.svg)\n\n---\n\n## 🌐 Live Demo\nYou can deploy the backend via Render and frontend via Vercel. Update CORS and .env URLs accordingly for production.\n\n## 🤝 Contributing\nHave suggestions or want to collaborate? Feel free to reach out or submit a PR!\n\n- 📧 Email: nvhnam01@gmail.com\n- 🌍 Portfolio: https://nguyenviethoangnam.vercel.app/\n\n---\n\n## ⭐ Support the Project\nIf you find TheBlog useful, please consider giving it a star ⭐ and sharing it with others. Your support helps the project grow and reach more learners!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvhnam%2Ftheblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvhnam%2Ftheblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvhnam%2Ftheblog/lists"}