CRUD - Employees

Simple CRUD Operations for Employee Entity using

  • ASP.NET Web APIs.
  • SQL Server.
  • EF.
  • Angular.
  • Bootstrap.
  • Kendo UI.

How to run the Project

  1. Clone Repo.
  2. Restore DB Backup -You Should have SQL Server Installed on Your Machine-.
  3. Run the .sln file in Backend/API Folder.
  4. Update ConnectionString in ~/Backend/API/API/appsettings.json if needed.
  5. Run the project.
  6. Open Terminal in this path ~/Angular Consumer/AngularConsumer and run npm install.
  7. Run the Angular project using this command ng serve -o.