Skip to content

It’s an ERP application for employee’s data in which we need data to be saved through a Web API into SQL database (SQL Server 19) and retrieved through an interface (.NET Core 6) using this API.

Mostafa-shaban-mohamed/App

Repository files navigation

App

Description

It’s an ERP application for employee’s data in which we need data to be saved through a Web API into SQL database (SQL Server 19) and retrieved through an interface (.NET Core 6) using this API. This software system helps you run your entire business, supporting automation and processes in finance, human resources, manufacturing, supply chain, services, procurement, and more.

Features

  • Admin platform
  • User Authorization
  • Data Analysis
  • Data Visualization
  • Customer Database
  • Account Database

Technologies Used

  • ASP.NET Core 6
  • SQL Server 2019
  • Angular
  • Entity Framework Core 6

Patterns & Concepts used in this App

  • DI (Dependcy Injection)
  • MVC (Model-Controller-View)
  • Code First
  • JWT Tokens (Authentication & Authorization)