{"id":15002888,"url":"https://github.com/burakyuz1/bookcave","last_synced_at":"2025-05-07T06:45:15.487Z","repository":{"id":127699510,"uuid":"465426217","full_name":"burakyuz1/BookCave","owner":"burakyuz1","description":".Net Core e-Commerce ecosystem","archived":false,"fork":false,"pushed_at":"2022-04-18T17:45:10.000Z","size":21300,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T06:45:04.465Z","etag":null,"topics":["clean-architecture","datatables-plugin","dotnetcore","mssqlserver"],"latest_commit_sha":null,"homepage":"https://bookcave.burakyuz.com","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/burakyuz1.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":"2022-03-02T18:35:33.000Z","updated_at":"2022-04-08T13:33:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ce059bb-c7df-4e34-8f27-56f9a9b93503","html_url":"https://github.com/burakyuz1/BookCave","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/burakyuz1%2FBookCave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakyuz1%2FBookCave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakyuz1%2FBookCave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakyuz1%2FBookCave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burakyuz1","download_url":"https://codeload.github.com/burakyuz1/BookCave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252831178,"owners_count":21810779,"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":["clean-architecture","datatables-plugin","dotnetcore","mssqlserver"],"created_at":"2024-09-24T18:53:44.286Z","updated_at":"2025-05-07T06:45:15.471Z","avatar_url":"https://github.com/burakyuz1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### BOOK CAVE \n\nBookCave is the graduation project of the education given within the scope of BilgeAdam Academy Boost [Burak](https://github.com/burakyuz1), [Aysegül](https://github.com/AysegulCelk), [Koray](https://github.com/Koray95) and [Ezgi](https://github.com/ezgiyildirim21).\nThe main purpose of the project is to develop an e-Commerce system with .Net Core 5.0 and Ms-SQL.\n\n\n\u003eLive Demo\n[https://bookcave.burakyuz.com](https://bookcave.burakyuz.com)\n\n\n\u003e What the BookCave contributed to us?\n* Constructing, understanding and applying Onion Architecture (Clean architecture)\n* Using [Repository Design Pattern](https://www.gencayyildiz.com/blog/c-repository-design-patternrepository-tasarim-deseni/) and Specification Design pattern\n* Adding and using Microsoft Identity Server\n* Using EntityFramework Core\n* Using Ms-Sql\n* Deploying the project to the live environment\n* Creating an effective design using JavaScript libraries\n\n\u003e What can you do in the BookCave?\n* You can add the book to the cart and buy it.\n* If you are logged in, you can comment on the book.\n* You can see your past orders and comments.\n* You can change your password and personal information.\n* You can reach the book you want by filtering.\n* If you are an admin user, you can add-delete-update books, categories, authors, publishers to the system.\n\n\u003e Used Technologies\n* .Net Core 5.0\n* MS-SQL\n* Microsoft Identity Server\n* EntityFramework Core\n* Bootstrap 4 \u0026 5\n* JavaScript, jQuery\n* FluentValidation\n* DataTables, SweetAlert2, Toastr.js, FontAwesome, slickJS\n\n\n### Usage Scenerio\n\n* To enable migrations after cloning the project. (Don't forget to choose **BookCave.Persistence** as the default project and **BookCave.UI** as the startup project)\n```\n[by using Package Manager Console]\n\nUpdate-Database -Context BookCaveDbContext\nUpdate-Database -Context IdentityBookCaveDbContext\n```\n\n```\n[by using dotnet CLI]\n\ndotnet ef database update --context BookCaveDbContext\ndotnet ef database update --context IdentityBookCaveDbContext\n```\n\n\n* One admin and user are ready when the project is standing up.\n\n```\n**ADMIN**\nuid: admin@example.com\npwd: Ankara1.\n\n**USER**\nuid: user@example.com\npwd: Ankara1.\n```\n\n* If you are logged in with admin, you can access the admin panel from the account section. Otherwise, you cannot see the admin panel.\n  \n![image](https://raw.githubusercontent.com/burakyuz1/BookCave/master/main_page.png?token=GHSAT0AAAAAABSWMUWW6WO3DFZ4TCCSHEJSYSBZMVQ)\n\n\n### Resources\n\n* [eShopOnWeb](https://github.com/dotnet-architecture/eShopOnWeb)\n* [DataTables](https://datatables.net/)\n* [Admin Panel Template](http://webapplayers.com/inspinia_admin-v2.9.4/)\n* [EntityFramework Core](https://www.entityframeworktutorial.net/efcore/entity-framework-core.aspx)\n* [Sweet Alert 2](https://sweetalert2.github.io/)\n* [Thanks to Yigit Haciefendioglu](https://www.linkedin.com/in/yi%C4%9Fit-hac%C4%B1efendio%C4%9Flu-323b1612/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakyuz1%2Fbookcave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburakyuz1%2Fbookcave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakyuz1%2Fbookcave/lists"}