Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llsaimur/employeemanager.jquery
https://github.com/llsaimur/employeemanager.jquery
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/llsaimur/employeemanager.jquery
- Owner: llsaimur
- Created: 2024-05-22T06:27:28.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T06:33:14.000Z (7 months ago)
- Last Synced: 2024-05-22T07:37:55.321Z (7 months ago)
- Language: JavaScript
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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