{"id":26235728,"url":"https://github.com/dxtaner/reactjs-nodejs-book-application","last_synced_at":"2025-06-12T21:32:48.101Z","repository":{"id":216438197,"uuid":"738352907","full_name":"dxtaner/reactjs-nodejs-book-application","owner":"dxtaner","description":"react node js book app","archived":false,"fork":false,"pushed_at":"2024-03-29T15:18:29.000Z","size":4241,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T19:35:36.619Z","etag":null,"topics":["book-app","books-app","bookstore","reactjs-nodejs"],"latest_commit_sha":null,"homepage":"https://react-nodejs-book-application.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/dxtaner.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-01-03T03:09:28.000Z","updated_at":"2024-05-07T11:14:59.000Z","dependencies_parsed_at":"2025-03-13T07:15:38.748Z","dependency_job_id":null,"html_url":"https://github.com/dxtaner/reactjs-nodejs-book-application","commit_stats":null,"previous_names":["dxtaner/react-nodejs-book-application","dxtaner/reactjs-nodejs-book-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dxtaner/reactjs-nodejs-book-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Freactjs-nodejs-book-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Freactjs-nodejs-book-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Freactjs-nodejs-book-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Freactjs-nodejs-book-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxtaner","download_url":"https://codeload.github.com/dxtaner/reactjs-nodejs-book-application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Freactjs-nodejs-book-application/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259533820,"owners_count":22872472,"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","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":["book-app","books-app","bookstore","reactjs-nodejs"],"created_at":"2025-03-13T03:17:34.756Z","updated_at":"2025-06-12T21:32:47.696Z","avatar_url":"https://github.com/dxtaner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nBooks App Backend\n=================\n\nThis is the backend for a simple Books App, built using Node.js, Express, and MongoDB.\n\n# Books App\n\nA simple description of your Books App goes here.\n\n## Screenshots\n\n### About Page\n![About Page](BooksAppScreen/about.png)\n*Description: About page added 2 days ago.*\n\n### Add Book\n![Add Book](BooksAppScreen/addbook.png)\n*Description: Add book functionality added 2 days ago.*\n\n### Delete Book\n![Delete Book](BooksAppScreen/deletebook.png)\n*Description: Delete book functionality added yesterday.*\n\n### Home Page\n![Home Page](BooksAppScreen/homepage.png)\n*Description: Home page added yesterday.*\n\n### List Book\n![List Book](BooksAppScreen/listbook.png)\n*Description: List book functionality added yesterday.*\n\n### List Book 2\n![List Book 2](BooksAppScreen/listbook2.png)\n*Description: Another view of the list book functionality added yesterday.*\n\n### Update Book\n![Update Book](BooksAppScreen/updatebook.png)\n*Description: [Add your description here]*\n\nGetting Started\n---------------\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n*   Node.js: [Download Node.js](https://nodejs.org/)\n*   MongoDB: [Install MongoDB](https://docs.mongodb.com/manual/installation/)\n\n### Installation\n\n1.  Clone the repository:\n\n        `git clone https://github.com/dxtaner/books-app-backend.git`\n        `cd books-app-backend`\n    \n\n2.  Install dependencies:\n\n        `npm install`\n    \n\n3.  Set up environment variables:\n\n        `PORT=3033             MONGODB_URI=mongodb+srv://your-username:your-password@cluster0.guofsiq.mongodb.net/books-app`\n        \n    \n\nReplace `your-username` and `your-password` with your MongoDB Atlas credentials.\n\nUsage\n-----\n\n1.  Start the server:\n\n        `npm start`\n    \n\nThe server will run on `http://localhost:3033` or the port specified in the `.env` file.\n\n2.  Test the API:\n\nVisit `http://localhost:3033` in your browser or use tools like [Postman](https://www.postman.com/) to test API endpoints.\n\nAPI Endpoints\n-------------\n\n*   `GET /`: Returns a welcome message.\n*   `GET /books`: Returns a list of all books.\n*   `GET /books/:id`: Returns details of a specific book.\n*   `POST /books`: Creates a new book.\n*   `PUT /books/:id`: Updates details of a specific book.\n*   `DELETE /books/:id`: Deletes a specific book.\n\nContributing\n------------\n\nFeel free to contribute to this project by opening issues or submitting pull requests.\n\nLicense\n-------\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%2Fdxtaner%2Freactjs-nodejs-book-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxtaner%2Freactjs-nodejs-book-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Freactjs-nodejs-book-application/lists"}