https://github.com/llsaimur/employeemanager.angular
Employee Manager application
https://github.com/llsaimur/employeemanager.angular
angular asp-net-core crud-application jwt-authentication
Last synced: over 1 year ago
JSON representation
Employee Manager application
- Host: GitHub
- URL: https://github.com/llsaimur/employeemanager.angular
- Owner: llsaimur
- Created: 2024-05-22T04:59:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T05:20:57.000Z (about 2 years ago)
- Last Synced: 2025-01-30T10:29:36.584Z (over 1 year ago)
- Topics: angular, asp-net-core, crud-application, jwt-authentication
- Language: HTML
- Homepage:
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmployeeManager.Angular
***
Developed the Employee Manager application as an Angular SPA
(Single Page Application)
***
Employee Manager in this application exposes its CRUD functionality
using ASP.NET Core Web APIs. User authentication is also done using Web API
and JWT. An Angular front-end utilizes those Web APIs using Angular’s HttpClient.
Features/Components:
• Build SPA using Angular
• Utilize ASP.NET Core Web APIs using Angular’s HttpClient class
• Use Angular Command Line Interface (CLI) to create Angular
applications, components, and services
• Validate and process forms using Angular’s reactive forms (also
called Model Driven Forms)
• Integrate ASP.NET Core’s JWT authentication scheme with the
Angular application