{"id":26235649,"url":"https://github.com/dxtaner/bookstore-nodejsapi","last_synced_at":"2026-04-27T10:32:01.181Z","repository":{"id":134095998,"uuid":"602555457","full_name":"dxtaner/BookStore-NodejsApi","owner":"dxtaner","description":"book Api","archived":false,"fork":false,"pushed_at":"2025-07-17T12:53:02.000Z","size":847,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T05:50:21.459Z","etag":null,"topics":["api-rest","books","bookstore","jwt-authentication","nodejs","user"],"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/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":"2023-02-16T13:13:15.000Z","updated_at":"2025-07-17T12:53:06.000Z","dependencies_parsed_at":"2025-01-30T10:24:40.980Z","dependency_job_id":"d234cc06-c53a-4db4-9f1e-04f890add360","html_url":"https://github.com/dxtaner/BookStore-NodejsApi","commit_stats":null,"previous_names":["dxtaner/bookstore-nodejsapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dxtaner/BookStore-NodejsApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2FBookStore-NodejsApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2FBookStore-NodejsApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2FBookStore-NodejsApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2FBookStore-NodejsApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxtaner","download_url":"https://codeload.github.com/dxtaner/BookStore-NodejsApi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2FBookStore-NodejsApi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32333196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["api-rest","books","bookstore","jwt-authentication","nodejs","user"],"created_at":"2025-03-13T03:17:02.310Z","updated_at":"2026-04-27T10:32:01.125Z","avatar_url":"https://github.com/dxtaner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Book Node.js Project Description\n================================\n\nGetting Started\n---------------\n\n1.  Clone the project:\n\n    git clone (https://github.com/dxtaner/BookStore-NodejsApi)\n\n3.  Navigate to the project directory:\n\n    cd BookStore-NodejsApi\n\n5.  Install dependencies:\n\n    npm install\n\n7.  Add the MongoDB connection URL to the `.env` file:\n\n    DB_URL=\u003cmongodb-connection-url\u003e\n\n9.  Start the application:\n\n    npm start\n\nAPI Routes\n----------\n\n### Users\n\n*   `GET /api/users` - Lists all users.\n*   `GET /api/users/:id` - Retrieves a specific user.\n*   `POST /api/users` - Creates a new user.\n*   `PUT /api/users/:id` - Updates a specific user's information.\n*   `DELETE /api/users/:id` - Deletes a specific user.\n\n### Authors\n\n*   `GET /api/authors` - Lists all authors.\n*   `GET /api/authors/:id` - Retrieves a specific author.\n*   `POST /api/authors` - Creates a new author.\n*   `PUT /api/authors/:id` - Updates a specific author's information.\n*   `DELETE /api/authors/:id` - Deletes a specific author.\n\n### Books\n\n*   `GET /api/books` - Lists all books.\n*   `GET /api/books/:id` - Retrieves a specific book.\n*   `POST /api/books` - Creates a new book.\n*   `PUT /api/books/:id` - Updates a specific book's information.\n*   `DELETE /api/books/:id` - Deletes a specific book.\n\nData Model\n----------\n\n### User Model\n\n*   `name` - User's name (String).\n*   `email` - User's email address (String).\n*   `age` - User's age (Number).\n\n### Author Model\n\n*   `name` - Author's name (String).\n*   `birthDate` - Author's date of birth (Date).\n*   `nationality` - Author's nationality (String).\n\n### Book Model\n\n*   `title` - Book title (String).\n*   `author` - Reference to the Author model.\n*   `publicationDate` - Book's publication date (Date).\n*   `genre` - Book's genre (String).\n\nAdditional Information\n----------------------\n\n*   The project uses a MongoDB database. The connection is set via the `DB_URL` environment variable.\n*   Built with Express.js, using routers to handle HTTP requests.\n*   Separate routes are available for users, authors, and books.\n*   Data models and routes are located in the `/models` and `/routes` directories.\n\nLicense\n-------\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT). For more details, see the `LICENSE` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Fbookstore-nodejsapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxtaner%2Fbookstore-nodejsapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Fbookstore-nodejsapi/lists"}