Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 21 days ago
JSON representation

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