Skip to content

Employee management system using .NET and C# πŸ–₯️. The application integrates with a MySQL database πŸ—„οΈ and utilizes Entity Framework for efficient data handling πŸ› οΈ. It also implements Identity Framework for secure user authentication and authorization πŸ”’. The system exposes a Web API for managing employee data πŸ“Š,offering functionalities for CRUD

Notifications You must be signed in to change notification settings

moshdev2213/psychic-employee

Repository files navigation

Psychic-Employee

Slide 4_3 - 1 (5)

Description

An employee management system using .NET and C# πŸ–₯️. The application integrates with a MySQL database πŸ—„οΈ and utilizes Entity Framework for efficient data handling πŸ› οΈ. It also implements Identity Framework for secure user authentication and authorization πŸ”’.

The system exposes a Web API for managing employee data πŸ“Š, offering functionalities for CRUD operations ✨. This ensures a robust, scalable, and secure solution for employee management πŸš€.

API Endpoints

API EndPoint Description
Employees - List GET /api/Emp Retrieves a list of all employees. πŸ‘₯
Employees - Create POST /api/Emp Creates a new employee. πŸ†•
Employees - Details GET /api/Emp/{id} Retrieves detailed information about a specific employee by ID. πŸ•΅οΈ
Employees - Delete DELETE /api/Emp/{id} Deletes an employee by ID. πŸ—‘οΈ
Employees - Update PUT /api/Emp/{id:int} Updates an existing employee by ID. πŸ”„

This README provides a structured overview of the API endpoints, technologies used, and steps to get started with the API. Adjust the content as per your project's specific details and requirements.

About

Employee management system using .NET and C# πŸ–₯️. The application integrates with a MySQL database πŸ—„οΈ and utilizes Entity Framework for efficient data handling πŸ› οΈ. It also implements Identity Framework for secure user authentication and authorization πŸ”’. The system exposes a Web API for managing employee data πŸ“Š,offering functionalities for CRUD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages