https://github.com/mostafa-shaban-mohamed/app
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.
https://github.com/mostafa-shaban-mohamed/app
angular asp-net-core asp-net-mvc aspnet-web-api aspnetcore dependency-injection employee employee-management entity-framework-core erp erp-application html-css-javascript html5 javascript ms-sql-server mvc-pattern sql-server-database user-interface
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mostafa-shaban-mohamed/app
- Owner: Mostafa-shaban-mohamed
- Created: 2022-12-28T14:28:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T21:02:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T14:22:07.669Z (over 1 year ago)
- Topics: angular, asp-net-core, asp-net-mvc, aspnet-web-api, aspnetcore, dependency-injection, employee, employee-management, entity-framework-core, erp, erp-application, html-css-javascript, html5, javascript, ms-sql-server, mvc-pattern, sql-server-database, user-interface
- Language: C#
- Homepage:
- Size: 10.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)