Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llsaimur/employeemanager.cosmosdb.efcore
https://github.com/llsaimur/employeemanager.cosmosdb.efcore
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/llsaimur/employeemanager.cosmosdb.efcore
- Owner: llsaimur
- Created: 2024-05-22T04:31:54.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T04:40:02.000Z (7 months ago)
- Last Synced: 2024-05-22T05:33:28.393Z (7 months ago)
- Language: JavaScript
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmployeeManager.CosmosDB.EFCore
Functionalities:
-Signing In to Employee Manager
-Creating a New User Account
-Listing All the Employees
-Inserting a New Employee
-Updating Existing Employee
-Deleting Existing Employee
-Signing Out of Employee Manager***
I moved the Northwind database to the
cloud using Azure SQL Database. The Employee Manager application then uses this
database to perform the CRUD operations.
***Features:
-The employee data now resides in a Cosmos DB database named
Northwind2.
-The application used the EF Core provider for Cosmos DB
to perform CRUD options and more
-The application uses a custom cookie authentication without ASP.
NET Core Identity. The user details such as user name, password,
and role are also stored in the Cosmos DB database