An open API service indexing awesome lists of open source software.

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

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