{"id":15099620,"url":"https://github.com/asha-saini06/blog-app","last_synced_at":"2026-02-09T06:32:10.266Z","repository":{"id":245166062,"uuid":"815659772","full_name":"asha-saini06/blog-app","owner":"asha-saini06","description":"Next.js blog with server-side authentication, smooth pagination, and interactive React UIs.","archived":false,"fork":false,"pushed_at":"2024-07-23T18:06:52.000Z","size":2587,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T13:42:47.825Z","etag":null,"topics":["context-api","css-modules","mongodb","nextjs","prisma","react-quill"],"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/asha-saini06.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}},"created_at":"2024-06-15T18:48:40.000Z","updated_at":"2024-07-23T18:06:55.000Z","dependencies_parsed_at":"2024-07-23T20:54:56.460Z","dependency_job_id":"e36ef7e9-5576-4416-8e71-7a5514cbf7c9","html_url":"https://github.com/asha-saini06/blog-app","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"abead33c27458b5fe8ccfad95407a1af49d71f57"},"previous_names":["asha-saini06/blog-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asha-saini06/blog-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha-saini06%2Fblog-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha-saini06%2Fblog-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha-saini06%2Fblog-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha-saini06%2Fblog-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asha-saini06","download_url":"https://codeload.github.com/asha-saini06/blog-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha-saini06%2Fblog-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270385467,"owners_count":24574556,"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-14T02:00:10.309Z","response_time":75,"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":["context-api","css-modules","mongodb","nextjs","prisma","react-quill"],"created_at":"2024-09-25T17:24:37.722Z","updated_at":"2026-02-09T06:32:10.241Z","avatar_url":"https://github.com/asha-saini06.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordSmith - Next.js Blog\n\nDive into WordSmith, a Next.js blog where creativity meets technology. With server-side authentication, pagination for optimal user experience, and React for interactive UIs, WordSmith empowers you to build and customize your blogging journey effortlessly.\n\n## Technologies Used\n\n- **Next.js**: Server-side rendering and routing.\n- **React**: Frontend library for building UI components.\n- **Prisma**: ORM for database interaction.\n- **MongoDB**: NoSQL database for data storage.\n- **Context API**: For state management.\n- **API Security**: Techniques to secure APIs.\n- **Pagination**: Implemented to enhance user experience.\n- **React-Quill**: Rich text editor for content management.\n- **Firebase**: For image uploads.\n\n## Installation\n\nTo run this project locally, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/asha-saini06/blog-app.git\n   cd blog-app\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables:\n   - Create a `.env` file in the root directory and add the following variables:\n\n     ```env\n     GOOGLE_ID=your_google_id\n     GOOGLE_SECRET=your_google_secret\n\n     NEXTAUTH_URL=http://localhost:3000\n     NEXTAUTH_SECRET=samplesecretid\n\n     DATABASE_URL=your_mongodb_connection_string\n\n     FIREBASE_API_KEY=your_firebase_api_key\n     ```\n\n4. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n5. Open your browser and navigate to `http://localhost:3000` to view WordSmith.\n\n## Usage\n\nExplore the blog posts and functionality of WordSmith after starting the development server. This project demonstrates:\n\n- Dynamic routing with Next.js.\n- Database interactions using Prisma and MongoDB.\n- State management with Context API.\n- Secure authentication and API endpoints.\n- Rich text editing with React-Quill.\n\n## Features\n\n- **Dynamic Routing**: Seamlessly navigate between blog posts and pages.\n- **Server-side Rendering**: Fast and SEO-friendly page rendering.\n- **Markdown Content**: Write and display blog posts in Markdown format.\n- **Rich Text Editor**: Create and edit content with React-Quill.\n- **Secure Authentication**: Protect routes and API endpoints.\n- **Pagination**: Efficiently handle large sets of data.\n- **Responsive Design**: Ensure a seamless user experience across devices.\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or create a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasha-saini06%2Fblog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasha-saini06%2Fblog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasha-saini06%2Fblog-app/lists"}