{"id":19091560,"url":"https://github.com/amitkumaurya/brewapps-backend-app","last_synced_at":"2026-04-14T04:31:00.053Z","repository":{"id":204419523,"uuid":"711787754","full_name":"AmitKuMaurya/BrewApps-backend-app","owner":"AmitKuMaurya","description":"This is a book store application.","archived":false,"fork":false,"pushed_at":"2023-10-30T23:06:07.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T04:32:31.613Z","etag":null,"topics":["cyclic-deployment","express","joi-validation","mongodb","mongodb-atlas","mongoose","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/AmitKuMaurya.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":"2023-10-30T07:17:26.000Z","updated_at":"2023-10-30T23:17:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"94e29d42-bdd6-44f8-bf64-8929256423ba","html_url":"https://github.com/AmitKuMaurya/BrewApps-backend-app","commit_stats":null,"previous_names":["amitkumaurya/brewapps-backend-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AmitKuMaurya/BrewApps-backend-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmitKuMaurya%2FBrewApps-backend-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmitKuMaurya%2FBrewApps-backend-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmitKuMaurya%2FBrewApps-backend-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmitKuMaurya%2FBrewApps-backend-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmitKuMaurya","download_url":"https://codeload.github.com/AmitKuMaurya/BrewApps-backend-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmitKuMaurya%2FBrewApps-backend-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["cyclic-deployment","express","joi-validation","mongodb","mongodb-atlas","mongoose","nodejs"],"created_at":"2024-11-09T03:13:47.913Z","updated_at":"2026-04-14T04:31:00.035Z","avatar_url":"https://github.com/AmitKuMaurya.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This is a bookstore application.\n\n# Technologies\n\n- Node Js\n- Express Js\n- MongoDB\n- Mongoose\n- Mongo Atlas\n- Joi\n- Cyclic Hosting\n\n## API References\n\n- To run this project via deployed Link. use the below steps.\n\n- Deployed URL\n```http\n  https://brewapps-backend.cyclic.app\n ```\n\n### Get all books\n\n```http\n  GET https://brewapps-backend.cyclic.app/API/v1/books\n```\n#### You will get all the books listing \n\n### Get a single book\n\n```http\n  GET https://brewapps-backend.cyclic.app/api/v1/book/${id}\n```\n\n| Parameter | Type     | Description                          |\n| :-------- | :------- | :----------------------------------- |\n| `id`      | `string` | **Required**. Id of product to fetch |\n\n### Add A New Book\n\n```http\n  POST https://brewapps-backend.cyclic.app//api/v1/book-create\n```\n\n| Parameter      | Type     | Description                                           |\n| :------------- | :------- | :---------------------------------------------------- |\n| `title`        | `string` | **Required**. book title                              |\n| `author`       | `string` | **Required**. book author                             |\n| `description`  | `string` | **Required**. book description                        |\n\n### Update book\n\n```http\n  PATCH https://brewapps-backend.cyclic.app/api/v1/book-update/${id}\n```\n\n| Parameter | Type     | Description                             |\n| :-------- | :------- | :-------------------------------------- |\n| `id`      | `string` | **Required**. Id of a book to update    |\n\n### Delete book \n\n```http\n  DELETE https://brewapps-backend.cyclic.app/api/v1/book-delete/${id}\n```\n\n| Parameter | Type     | Description                             |\n| :-------- | :------- | :-------------------------------------- |\n| `id`      | `string` | **Required**. Id of a book to delete    |\n\n\n- To run this project, you will need not to add any environment variables to your .env everything is already added. follow the steps to mentioned below to run locally\n\n# Run through local system\n\nClone the project\n\n```bash\nhttps://github.com/AmitKuMaurya/BrewApps-backend-app.git\n```\n\nGo to the project directory\n\n```bash\n  cd BrewApps-backend-app\n```\n\nInstall dependencies\n\n```bash\nnpm install\n```\n\nStart the server\n\n```bash\n  npm run dev\n```\n- Please use the routes and parameters mentioned above on port - 5050 and replace this domain `https://brewapps-backend.cyclic.app` with this `http://localhost:5050/api/v1/books` only.\n-- now all the steps are the same as mentioned above from line no.21.\n\n## Status\n- These both will ensure that the application is running perfectly.\n``` \n{ msg: 'DataBase Connected Successfully 🌼' }\n{ msg: 'Server is Listing on Port 5050 🤙' }\n```\n\n                                                                         - Thanks For Visiting Here\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitkumaurya%2Fbrewapps-backend-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famitkumaurya%2Fbrewapps-backend-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitkumaurya%2Fbrewapps-backend-app/lists"}