{"id":30618172,"url":"https://github.com/student9876/codsoft","last_synced_at":"2025-08-30T11:09:35.084Z","repository":{"id":298640113,"uuid":"1000618309","full_name":"Student9876/codsoft","owner":"Student9876","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-29T12:39:40.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T13:38:40.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Student9876.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-12T04:20:47.000Z","updated_at":"2025-06-29T12:39:43.000Z","dependencies_parsed_at":"2025-06-29T13:38:44.656Z","dependency_job_id":"568688a4-08ee-48a6-8158-b0ed0409f43b","html_url":"https://github.com/Student9876/codsoft","commit_stats":null,"previous_names":["student9876/blogging-platform","student9876/codsoft"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Student9876/codsoft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Student9876%2Fcodsoft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Student9876%2Fcodsoft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Student9876%2Fcodsoft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Student9876%2Fcodsoft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Student9876","download_url":"https://codeload.github.com/Student9876/codsoft/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Student9876%2Fcodsoft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272839793,"owners_count":25001884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-30T11:09:34.136Z","updated_at":"2025-08-30T11:09:35.019Z","avatar_url":"https://github.com/Student9876.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blogging Platform\n\nA full-stack blogging platform built with **Next.js** (frontend) and **Node.js/Express** (backend), using **MongoDB** for data storage. Users can register, log in, create posts, and comment on posts with their username attached.\n\n---\n\n## Features\n\n- User registration and authentication (JWT-based)\n- Create, edit, and delete blog posts\n- Comment on posts (comments display the commenter's username)\n- Responsive UI with [Tailwind CSS](https://tailwindcss.com/)\n- Protected routes for authenticated actions\n- Modern React (Next.js App Router)\n- RESTful API with Express.js\n\n---\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v18+ recommended)\n- [MongoDB](https://www.mongodb.com/) (local or Atlas)\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/Student9876/codsoft.git\ncd codsoft\n```\n\n### 2. Setup the Backend\n\n```bash\ncd server\nnpm install\n```\n\nCreate a `.env` file in the `server` folder:\n\n```\nMONGO_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret\n```\n\nStart the backend server:\n\n```bash\nnpm start\n```\n\nThe backend runs on [http://localhost:5000](http://localhost:5000).\n\n### 3. Setup the Frontend\n\n```bash\ncd ../client\nnpm install\nnpm run dev\n```\n\nThe frontend runs on [http://localhost:3000](http://localhost:3000).\n\n---\n\n## Folder Structure\n\n```\ncodsoft/\n│\n├── client/      # Next.js frontend\n│   ├── app/\n│   ├── components/\n│   ├── contexts/\n│   └── ...\n│\n├── server/      # Express backend\n│   ├── controllers/\n│   ├── models/\n│   ├── routes/\n│   └── ...\n│\n└── README.md\n```\n\n---\n\n## Learn More\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Express.js Documentation](https://expressjs.com/)\n- [MongoDB Documentation](https://docs.mongodb.com/)\n\n---\n\n## License\n\nMIT\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudent9876%2Fcodsoft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudent9876%2Fcodsoft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudent9876%2Fcodsoft/lists"}