You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full-Stack Angular .NET EF Core Library Administration Project
Description
This project is a web application developed using Angular for the frontend and
.NET with Entity Framework Core (EF Core) for the backend.
Angular is utilized to create a dynamic and interactive user interface,
while .NET Core along with EF Core powers the backend logic and database operations.
Docker is employed for containerization. Additionally,
Azure Data Studio is used for database management.
Prerequisites
Node.js and npm
Angular CLI
.NET SDK
Docker Desktop
Azure Data Studio (optional)
Installation Steps
Prerequisites Installation
Install Node.js and npm
Download and install Node.js from the official website.
Verify the installation by running the following commands in your terminal or command prompt:
node -vnpm -v
Install Angular CLI
Install Angular CLI globally using npm:
npm install -g @angular/cli
Install .NET SDK
Download and install the .NET SDK from the official website.
Verify the installation by running the following command:
dotnet --version
Install Docker Desktop
Download and install Docker Desktop from the official website.
Follow the installation instructions for your operating system.
Clone Repository
Navigate to the folder you want to clone the repository in and clone the project.
cd _destination_folder_ git clone https://github.com/hediyetapan/LibraryAdminProject