{"id":15103415,"url":"https://github.com/krishanmurariji/curd_application","last_synced_at":"2026-02-12T06:32:44.552Z","repository":{"id":234966690,"uuid":"789823546","full_name":"krishanmurariji/Curd_Application","owner":"krishanmurariji","description":"Basic Curd Application Created In Angular and .Net with Bootstrap","archived":false,"fork":false,"pushed_at":"2024-04-21T17:43:09.000Z","size":20749,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T11:45:36.611Z","etag":null,"topics":["angular","angularjs","csharp","curd-application","curd-operation-api-example","dotnet","dotnet-core"],"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/krishanmurariji.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}},"created_at":"2024-04-21T16:46:35.000Z","updated_at":"2024-04-21T17:45:19.000Z","dependencies_parsed_at":"2024-04-21T22:25:39.037Z","dependency_job_id":null,"html_url":"https://github.com/krishanmurariji/Curd_Application","commit_stats":null,"previous_names":["krishanmurariji/curd_application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishanmurariji%2FCurd_Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishanmurariji%2FCurd_Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishanmurariji%2FCurd_Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishanmurariji%2FCurd_Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krishanmurariji","download_url":"https://codeload.github.com/krishanmurariji/Curd_Application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332545,"owners_count":20921853,"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":["angular","angularjs","csharp","curd-application","curd-operation-api-example","dotnet","dotnet-core"],"created_at":"2024-09-25T19:24:01.133Z","updated_at":"2026-02-12T06:32:44.522Z","avatar_url":"https://github.com/krishanmurariji.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"🚀 Basic CRUD Application Created with Angular and .NET 🔥\n![image](https://github.com/krishanmurariji/Curd_Application/assets/144571603/f1e350d8-684e-4fb0-bf88-7d3a503dbe9b)\n![image](https://github.com/krishanmurariji/Curd_Application/assets/144571603/df14427b-1fe8-4108-b4e9-89938f9b247f)\n![image](https://github.com/krishanmurariji/Curd_Application/assets/144571603/12268785-fb65-4385-b7b8-7a6312ffd662)\n\n\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"https://media.giphy.com/media/qgQUggAC3Pfv687qPC/giphy.gif\" alt=\"Coding GIF\" width=\"300\"\u003e \u003c/p\u003e\nWelcome to the exciting world of web development! 🌐 This readme file will guide you through the process of setting up and running a Basic CRUD (Create, Read, Update, Delete) Application built with Angular and .NET, along with the magic of Bootstrap for styling. Get ready to unleash your coding powers! 💻✨\n\nPrerequisites\nBefore we dive in, make sure you have the following installed on your machine:\n\n.NET SDK (Version 6.0 or later)\nNode.js (Version 14.x or later)\nAngular CLI (Install with npm install -g @angular/cli)\nStep 1: Run the .NET Solution 🔥\nOpen your .sln file in Visual Studio or your preferred .NET IDE.\nRestore NuGet packages if prompted.\nLocate the appsettings.json file and update the connection string with your desired database name. 📝\njson\n\n\nCopy code\n\"ConnectionStrings\": {\n  \"DefaultConnection\": \"Server=YOUR_SERVER_NAME;Database=YOUR_DATABASE_NAME;Trusted_Connection=True;MultipleActiveResultSets=true\"\n}\nOpen the Package Manager Console in Visual Studio.\nRun the following command to create an initial migration:\n\nCopy code\nAdd-Migration InitialCreate\nOnce the migration is created, run the following command to update the database:\n\nCopy code\nUpdate-Database\nThis will create the necessary tables in your database based on the models defined in your .NET project. 🏗️\n![image](https://github.com/krishanmurariji/Curd_Application/assets/144571603/b760f210-c588-47e4-a4db-c88e04ae202c)\n\nStep 2: Set Up the Angular Project ⚛️\nOpen a new terminal or command prompt.\nNavigate to the ClientApp directory within your .NET project.\nRun the following command to install the required Node.js packages:\n\nCopy code\nnpm install\nIf you encounter any issues during installation, try running npm install --force to force the installation of packages.\n\nOnce the installation is complete, start the Angular development server with the following command:\n\nCopy code\nng serve\nThis will compile the Angular application and launch it in your default browser at http://localhost:4200/. 🌐\n\nStep 3: Enjoy the Application! 🎉\nCongratulations! 🥳 You have successfully set up the Basic CRUD Application with Angular and .NET. You can now:\n\nCreate new records\nRead existing records\nUpdate records\nDelete records\nFeel free to explore the application, make modifications, and enhance it according to your needs. 🚀\n\n## ✨ Author: Krishan Murari\n\n👋 Welcome to [Krishan Murari's](https://krishanmurari.live/) profile!  \n\u003ca href=\"https://krishanmurari.live/\"\u003e\u003cimg src=\"https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif\" width=\"25px\"\u003e\u003c/a\u003e\n\nConnect with me on:\n\n\u003ca href=\"https://www.linkedin.com/in/krishan-murari/\" target=\"_blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg\" alt=\"LinkedIn\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"https://twitter.com/KrishanMuraari\" target=\"_blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg\" alt=\"Twitter\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"https://www.instagram.com/krishanmurariji/\" target=\"_blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg\" alt=\"Instagram\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"https://www.youtube.com/@Decode-And-discover\" target=\"_blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg\" alt=\"YouTube\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"https://github.com/krishanmurariji\" target=\"_blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/github.svg\" alt=\"GitHub\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"https://leetcode.com/Krishanmurariji/\" target=\"_blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/leet-code.svg\" alt=\"LeetCode\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\n---\n\n## 👨‍💻 About Me\n\n- 🔭 I’m currently working on JavaScript and React projects  \n- 🌱 I’m learning Data Structures, Algorithms, and modern web development tools  \n- ✍ I’m a Web Developer, Designer, Teacher \u0026 Student  \n- 🎭 I also enjoy poetry, movies, and tech exploration  \n\n---\n\nHappy coding! 💻💖\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishanmurariji%2Fcurd_application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishanmurariji%2Fcurd_application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishanmurariji%2Fcurd_application/lists"}