Welcome to the Employee Application repository! This project is a web application designed for managing employee records. It provides features to add, edit, delete, and search for employees.
- Add New Employee: Easily add new employee records to the system.
- Edit Existing Employee: Update details of existing employee records.
- Delete Employee: Remove employee records from the system.
- Search Employee: Quickly find employees using search functionality.
- ASP.NET Core: Framework for building the web application.
- C#: Programming language for server-side logic.
- Bootstrap: For responsive and attractive UI design.
- jQuery: Enhances interactivity and client-side scripting.
- EF Core: ORM (Object-Relational Mapping) for data access.
- SQL Server: Database for storing employee records.
To get started with this project, follow these steps:
- Clone the Repository:
git clone https://github.com/stalinTechXD/employee-application.git
- Navigate to the Project Directory::
cd employee-application
- Install Dependencies:::
dotnet restore
- Run the Application:::
dotnet run
- Open the browser::
[dotnet run](http://localhost:5000)
Contributions are welcome! If you have suggestions or find issues, please create a pull request or open an issue.