{"id":20059180,"url":"https://github.com/rd003/ytbookstore","last_synced_at":"2025-05-05T15:31:11.864Z","repository":{"id":134506420,"uuid":"547184743","full_name":"rd003/YtBookStore","owner":"rd003","description":"It is a source code of Book store app in dot net 6 mvc video of youtube","archived":false,"fork":false,"pushed_at":"2023-12-11T14:03:53.000Z","size":904,"stargazers_count":6,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-12-11T14:51:19.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rd003.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":"2022-10-07T09:13:30.000Z","updated_at":"2023-12-09T23:25:23.000Z","dependencies_parsed_at":"2023-06-16T17:30:43.207Z","dependency_job_id":null,"html_url":"https://github.com/rd003/YtBookStore","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rd003%2FYtBookStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rd003%2FYtBookStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rd003%2FYtBookStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rd003%2FYtBookStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rd003","download_url":"https://codeload.github.com/rd003/YtBookStore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224452830,"owners_count":17313668,"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":[],"created_at":"2024-11-13T13:06:21.713Z","updated_at":"2025-05-05T15:31:11.859Z","avatar_url":"https://github.com/rd003.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YtBookStore\n\nNow upgraded to .net 9.0\n\n## How to run the project\n\n1. clone the project\n\n   ```bash\n      git clone https://github.com/rd003/YtBookStore.git\n   ```\n     \n3. open `appsettings.json` file and update connection string's `data source=your server name`\n   \n   ```json\n    \"ConnectionStrings\": { \"conn\": \"data source=RAVINDRA\\\\MSSQLSERVER01;initial catalog=YtBookStore;integrated security=true;encrypt=false\"\n    }\n   ```\n   \n4. Open Tools \u003e Package Manager \u003e Package manager console\n5. Run thia command `update-database`\n6. Now you can run this project\n\n## Seed data with database script\n\n```sql\nuse YtBookStore;\ngo\n\n-- Insert Genres\nINSERT INTO [dbo].[Genre] ([Name]) VALUES\n('Fiction'),\n('Science Fiction'),\n('Fantasy'),\n('Mystery'),\n('Biography'),\n('History'),\n('Romance'),\n('Self-Help'),\n('Poetry'),\n('Horror');\n\n-- Insert Authors\nINSERT INTO [dbo].[Author] ([AuthorName]) VALUES\n('George Orwell'),\n('J.K. Rowling'),\n('Agatha Christie'),\n('Isaac Asimov'),\n('Stephen King'),\n('Jane Austen'),\n('Yuval Noah Harari'),\n('Dale Carnegie'),\n('William Wordsworth'),\n('Edgar Allan Poe');\n\n-- Insert Publishers\nINSERT INTO [dbo].[Publisher] ([PublisherName]) VALUES\n('Penguin Random House'),\n('HarperCollins'),\n('Macmillan'),\n('Simon \u0026 Schuster'),\n('Hachette Livre');\n\n-- Insert Books\nINSERT INTO [dbo].[Book] ([Title], [Isbn], [TotalPages], [AuthorId], [PubhlisherId], [GenreId]) VALUES\n-- Fiction (4 books)\n('1984', '9780451524935', 328, 1, 1, 1),\n('Animal Farm', '9780451526342', 112, 1, 1, 1),\n('Pride and Prejudice', '9780141439518', 279, 6, 2, 1),\n('Emma', '9780141439587', 474, 6, 2, 1),\n\n-- Science Fiction (6 books)\n('Foundation', '9780553293357', 244, 4, 3, 2),\n('I, Robot', '9780553382563', 224, 4, 3, 2),\n('Dune', '9780441013593', 688, 4, 1, 2),\n('Ender''s Game', '9780812550702', 324, 4, 2, 2),\n('The Martian', '9780553418026', 369, 4, 4, 2),\n('Hyperion', '9780553283686', 482, 4, 4, 2),\n\n-- Fantasy (5 books)\n('Harry Potter and the Sorcerer''s Stone', '9780439708180', 309, 2, 3, 3),\n('Harry Potter and the Chamber of Secrets', '9780439064873', 341, 2, 3, 3),\n('Harry Potter and the Prisoner of Azkaban', '9780439136365', 435, 2, 3, 3),\n('The Hobbit', '9780547928227', 310, 2, 5, 3),\n('The Lord of the Rings', '9780544003415', 1178, 2, 5, 3),\n\n-- Mystery (7 books)\n('Murder on the Orient Express', '9780062693662', 256, 3, 2, 4),\n('And Then There Were None', '9780062073488', 272, 3, 2, 4),\n('The Mysterious Affair at Styles', '9780062073556', 224, 3, 2, 4),\n('The Murder of Roger Ackroyd', '9780062073563', 288, 3, 1, 4),\n('The Girl with the Dragon Tattoo', '9780307949486', 465, 3, 4, 4),\n('The Da Vinci Code', '9780307474278', 489, 3, 5, 4),\n('Angels \u0026 Demons', '9780743493468', 736, 3, 5, 4),\n\n-- Biography (5 books)\n('Sapiens: A Brief History of Humankind', '9780062316110', 443, 7, 1, 5),\n('Becoming', '9781524763138', 448, 7, 3, 5),\n('Steve Jobs', '9781451648539', 656, 7, 4, 5),\n('The Diary of a Young Girl', '9780553296983', 283, 7, 5, 5),\n('Long Walk to Freedom', '9780316548182', 656, 7, 2, 5),\n\n-- History (4 books)\n('Guns, Germs, and Steel', '9780393317558', 496, 7, 1, 6),\n('The History of the Ancient World', '9780393059748', 896, 7, 3, 6),\n('A People''s History of the United States', '9780062397348', 729, 7, 4, 6),\n('The Silk Roads', '9781101912379', 636, 7, 5, 6),\n\n-- Romance (5 books)\n('The Notebook', '9781455582877', 224, 6, 1, 7),\n('Me Before You', '9780143124542', 369, 6, 2, 7),\n('Outlander', '9780440212560', 850, 6, 3, 7),\n('P.S. I Love You', '9780786890750', 470, 6, 4, 7),\n('The Rosie Project', '9781476729091', 295, 6, 5, 7);\n```\n## Screenshot(s)\n\n![screenshot1](./yt_book_store_screenshot.jpg)   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frd003%2Fytbookstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frd003%2Fytbookstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frd003%2Fytbookstore/lists"}