AI Employee Application

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.

Features

  • 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.

Technologies Used

  • 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.

Getting Started

To get started with this project, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/stalinTechXD/employee-application.git
    
  2. Navigate to the Project Directory::
    cd employee-application
    
  3. Install Dependencies:::
    dotnet restore
    
  4. Run the Application:::
    dotnet run
    
  5. Open the browser::
    [dotnet run](http://localhost:5000)
    

Contributing

Contributions are welcome! If you have suggestions or find issues, please create a pull request or open an issue.