AhmedElmehalawi / CRUD_DotNet-Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 47.4%Language:C# 30.6%Language:HTML 15.7%Language:JavaScript 4.2%Language:CSS 2.1%