Skip to content

mohamedsaeed138/Company-CRUD-Project

Repository files navigation

Company - MVC CRUD Project

Stars Badge Forks Badge Last Commit Pull Requests Badge Issues Badge GitHub contributors License Badge

Description

Company is my first MVC web project developed as a CRUD application for practicing ASP.NET Core 8, EF Core, and Microsoft SQL Server skills acquired during a training at The ITI (Institute in Egypt).

Installation Instructions

Prerequisites

  • .NET 8 SDK: Download and install the .NET 8 SDK from the official website.
  • Microsoft SQL Server: Ensure you have Microsoft SQL Server installed and running. You can download it from the official website.

Clone the Repository

git clone https://github.com/mohamedsaeed138/Company-CRUD-Project.git
cd Company

Set Up the Database

  • Apply migrations to create the database schema.
dotnet ef database update

Build and Run the Project

dotnet build
dotnet run

Features

CRUD operations for Employees, Departments, Department Locations, Projects, and Employees' Dependents.

Technologies/Frameworks Used

  • Bootstrap
  • JQUERY
  • ASP.NET Core 8
  • LINQ
  • EF Core
  • Microsoft SQL Server

Screenshots

  • Create Department Create Department
  • Departments Departments
  • Departments Locations Departments Locations

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published