{"id":20862936,"url":"https://github.com/beatrizfriso/librarian","last_synced_at":"2025-04-10T21:56:07.531Z","repository":{"id":150308025,"uuid":"622767324","full_name":"beatrizfriso/Librarian","owner":"beatrizfriso","description":"This API is designed to be easy to use, with clear documentation and a simple, intuitive interface. This repository was made to test my .NET and C# studies.","archived":false,"fork":false,"pushed_at":"2023-12-03T00:12:08.000Z","size":341,"stargazers_count":4,"open_issues_count":13,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T21:55:54.959Z","etag":null,"topics":["azure","azure-devops","csharp","ddd-architecture","dotnet","library","library-management-system","study-notes","study-project"],"latest_commit_sha":null,"homepage":"","language":"C#","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/beatrizfriso.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}},"created_at":"2023-04-03T02:46:51.000Z","updated_at":"2024-12-15T03:10:11.000Z","dependencies_parsed_at":"2023-12-03T01:24:18.517Z","dependency_job_id":"64174f2f-eb02-44f1-b386-1724681828ee","html_url":"https://github.com/beatrizfriso/Librarian","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatrizfriso%2FLibrarian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatrizfriso%2FLibrarian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatrizfriso%2FLibrarian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatrizfriso%2FLibrarian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beatrizfriso","download_url":"https://codeload.github.com/beatrizfriso/Librarian/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248305839,"owners_count":21081574,"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":["azure","azure-devops","csharp","ddd-architecture","dotnet","library","library-management-system","study-notes","study-project"],"created_at":"2024-11-18T05:26:54.025Z","updated_at":"2025-04-10T21:56:07.511Z","avatar_url":"https://github.com/beatrizfriso.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Librarian 📚\nLibrarian API is a .NET-based web API for managing a book library, designed for study purposes. It provides endpoints for adding, retrieving, updating, and deleting books in a book library, and serves as a learning resource for understanding API development using .NET technologies.\n\n## Features 💻\n\nLibrarian API will include the following features:\n\n- [x] CRUD (Create, Read, Update, Delete) operations for managing books in a library.\n- [ ] Token-based authentication and authorization for securing API endpoints.\n- [ ] Swagger documentation for easy API exploration and testing.\n- [ ] Follows RESTful API design principles.\n- [ ] Utilizes best practices for .NET development, including dependency injection, data access with Entity Framework Core, and exception handling.\n\n## Installation 🛠\n\nTo install and run the Librarian API, follow these steps:\n\n\u003e 1. Clone the repository to your local machine using the following command:\n\n![image](https://user-images.githubusercontent.com/101422055/230737988-58141b28-f1cd-41a7-8cf7-a2bbe6b4b43e.png)\n\n\n\u003e 2. Change to the directory where Librarian API is cloned:\n\n![image](https://user-images.githubusercontent.com/101422055/230738017-0108fe1d-f356-45fd-83c1-ac2ab0fc724a.png)\n\n\u003e 3. Install the required dependencies by running the following command:\n\n![image](https://user-images.githubusercontent.com/101422055/230738100-a001f71b-5904-4fcc-b52e-89d076f13e55.png)\n\n\u003e 4. Build the solution by running the following command\n\n![image](https://user-images.githubusercontent.com/101422055/230738162-39211da5-c396-4cd0-a74a-4b12ce643327.png)\n\n\u003e 5. Run the API using the following command:\n\n![image](https://user-images.githubusercontent.com/101422055/230738222-3bea043d-580a-4460-a9d2-dc823d0dfda2.png)\n\n\u003e 6. The API will be hosted at https://localhost:5001 by default. You can access it using a web browser or a tool like [Postman](https://www.postman.com/) for API testing.\n\n\n## Usage ✏️\n\nThe Librarian API provides the following endpoints for managing a book library:\n\n``` GET /api/books: Retrieves all books in the library. ```\n\n``` GET /api/books/{id}: Retrieves a specific book by its ID. ``` \n\n``` POST /api/books: Adds a new book to the library. ``` \n\n``` PUT /api/books/{id}: Updates an existing book by its ID. ``` \n\n``` DELETE /api/books/{id}: Deletes a book from the library by its ID. ``` \n\n\n\n## Contributing 💬\nThis repository is intended for study purposes only and is _not currently_ open for external contributions.\n\n\n## Contact \u003cimg src=\"https://media.giphy.com/media/mGcNjsfWAjY5AEZNw6/giphy.gif\" width=\"50\"\u003e\nIf you have any questions or suggestions about the Librarian API, please feel free to [contact me](https://www.linkedin.com/in/beatrizfriso/). I appreciate your feedback and would be happy to assist you 💜\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeatrizfriso%2Flibrarian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeatrizfriso%2Flibrarian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeatrizfriso%2Flibrarian/lists"}