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

https://github.com/llsaimur/employeemanager.jquery

Employee Manager application
https://github.com/llsaimur/employeemanager.jquery

asp-net-core csharp dotnet jquery-ajax jwt sql

Last synced: 4 months ago
JSON representation

Employee Manager application

Awesome Lists containing this project

README

        

# EmployeeManager.Jquery

***
Employee Manager application using ASP.NET Core
MVC, Web API, and jQuery Ajax.
Web API invoked using jQuery’s $.ajax() method.
programmed the CRUD operations using jQuery Ajax
and then implemented JWT-based authentication.
configured and generate JWT using .NET Core classes.
store and send a JWT issued by the server using client-side script.
***

Features:
• Build asynchronous Web APIs
• Invoke Web APIs using Ajax capabilities of the jQuery library
• Use asynchronous methods of Entity Framework Core
• Perform user authentication using the JSON Web Token (JWT)-based
authentication scheme