{"id":19581361,"url":"https://github.com/thenewtoncode/quasar-scoop","last_synced_at":"2026-05-05T14:31:41.485Z","repository":{"id":254630522,"uuid":"835911654","full_name":"theNewtonCode/Quasar-Scoop","owner":"theNewtonCode","description":"A dynamic and interactive astronomy blog platform designed for space enthusiasts. Built on the MERN stack, Quasar Scoop allows users to explore, create, and share blogs on various astronomy topics. Whether you’re a casual stargazer or a seasoned astrophysicist.","archived":false,"fork":false,"pushed_at":"2024-08-24T21:17:46.000Z","size":11233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-20T14:33:27.062Z","etag":null,"topics":["api","blog","blogwebsite","client-server","full-stack","mern-stack","nodejs","reactjs","web","website"],"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/theNewtonCode.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-07-30T19:15:38.000Z","updated_at":"2024-08-24T21:17:48.000Z","dependencies_parsed_at":"2024-08-24T22:22:50.263Z","dependency_job_id":"58ada1ea-d646-4293-83b5-70703b79f148","html_url":"https://github.com/theNewtonCode/Quasar-Scoop","commit_stats":null,"previous_names":["thenewtoncode/quasar-scoop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theNewtonCode/Quasar-Scoop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theNewtonCode%2FQuasar-Scoop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theNewtonCode%2FQuasar-Scoop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theNewtonCode%2FQuasar-Scoop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theNewtonCode%2FQuasar-Scoop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theNewtonCode","download_url":"https://codeload.github.com/theNewtonCode/Quasar-Scoop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theNewtonCode%2FQuasar-Scoop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","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","blog","blogwebsite","client-server","full-stack","mern-stack","nodejs","reactjs","web","website"],"created_at":"2024-11-11T07:35:11.767Z","updated_at":"2026-05-05T14:31:41.466Z","avatar_url":"https://github.com/theNewtonCode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quasar Scoop - Astronomy Blog Website\n\nQuasar Scoop is a full-fledged astronomy blog website built using the MERN stack (MongoDB, Express.js, React.js, Node.js). The application is deployed on MongoDB Atlas and includes features like user authentication, blog creation, and a search functionality.\n\n## Table of Contents\n\n- [Features](#features)\n- [Project Structure](#project-structure)\n- [Installation](#installation)\n- [Usage](#usage)\n- [API Endpoints](#api-endpoints)\n- [Environment Variables](#environment-variables)\n- [Screenshots](#screenshots)\n- [License](#license)\n\n## Features\n\n- **User Authentication**: Sign up, login, and secure authentication using JWT tokens.\n- **Blog Creation**: Authenticated users can create, edit, and delete blogs.\n- **Profile Management**: Each user has a profile displaying their blogs.\n- **Search Functionality**: Users can search blogs based on keywords.\n- **Responsive Design**: The website is designed to be responsive across devices.\n\n## Project Structure\n\n```\nBackend/\n├── middleware/\n│   └── auth.js\n├── models/\n│   ├── blog.js\n│   ├── comment.js\n│   └── user.js\n├── routes/\n│   ├── blog_route.js\n│   ├── email_validation.js\n│   ├── home.js\n│   ├── search.js\n│   └── user_routes.js\n├── .env\n├── server.js\n└── package.json\n\nFrontend/\n├── public/\n│   └── index.html\n├── src/\n│   ├── Components/\n│   │   ├── css/\n│   │   ├── html and css/\n│   ├── Pages/\n│   │   ├── AuthorProfile.js\n│   │   ├── Authors.js\n│   │   ├── BlogData.js\n│   │   ├── BlogList.js\n│   │   ├── CreateBlog.js\n│   │   ├── Header.js\n│   │   ├── Home.js\n│   │   ├── Login.js\n│   │   └── Signup.js\n│   ├── App.js\n│   └── api.js\n├── .env\n└── package.json\n```\n\n## Installation\n\n### Backend\n\n1. Clone the repository and navigate to the backend directory:\n   ```bash\n   git clone https://github.com/your-username/quasar-scoop.git\n   cd quasar-scoop/Backend\n   ```\n\n2. Install the necessary dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file in the backend directory and add the following environment variables:\n   ```plaintext\n   PORT=5000\n   MONGO_URI=your_mongo_atlas_uri\n   JWT_SECRET=your_jwt_secret\n   ```\n\n4. Start the backend server:\n   ```bash\n   npm start\n   ```\n\n### Frontend\n\n1. Navigate to the frontend directory:\n   ```bash\n   cd ../Frontend\n   ```\n\n2. Install the necessary dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file in the frontend directory and add the API endpoint:\n   ```plaintext\n   REACT_APP_API_URL=http://localhost:5000/api\n   ```\n\n4. Start the frontend development server:\n   ```bash\n   npm start\n   ```\n\n## Usage\n\n1. Open your browser and navigate to `http://localhost:3000`.\n2. Sign up or log in to create and view astronomy blogs.\n3. Use the search bar to find specific blogs by keywords.\n\n## API Endpoints\n\n### User Routes\n- **POST** `/api/users/register` - Register a new user\n- **POST** `/api/users/login` - Login a user\n\n### Blog Routes\n- **POST** `/api/blogs` - Create a new blog\n- **GET** `/api/blogs` - Get all blogs\n- **GET** `/api/blogs/:id` - Get a single blog by ID\n- **PUT** `/api/blogs/:id` - Update a blog by ID\n- **DELETE** `/api/blogs/:id` - Delete a blog by ID\n\n## Environment Variables\n\nThe project requires the following environment variables:\n\n### Backend\n- `PORT`: The port on which the server runs.\n- `MONGO_URI`: The MongoDB connection string.\n- `JWT_SECRET`: The secret key for JWT token generation.\n\n### Frontend\n- `REACT_APP_API_URL`: The base URL for the API.\n\n## Screenshots\n\n### Homepage\n![Homepage](./screenshots/home.png)\n\n### Blog View\n![Blog View](./screenshots/blogs.png)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenewtoncode%2Fquasar-scoop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenewtoncode%2Fquasar-scoop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenewtoncode%2Fquasar-scoop/lists"}