Skip to content

AmitRathod07/My-Address_Projrct_with_Crud_Operation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Angular and .NET Core CRUD Project

This repository contains a project that demonstrates how to perform CRUD (Create, Read, Update, Delete) operations using Angular for the front end and .NET Core Web API for the back end.

Getting Started

These instructions will help you get the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/AmitRathod07/My-Address_Projrct_with_Crud_Operation.git
cd angular-dotnet-crud
  1. Frontend Setup:
cd ClientApp
npm install
  1. Backend Setup:
# Navigate back to the project root
cd ..
dotnet restore

Running the Application

  1. Start the .NET Core Web API server:
dotnet run
  1. Start the Angular development server:
cd ClientApp
ng serve

The Angular app will be accessible at http://localhost:4200.

Usage

  • Access the Angular app in your browser to interact with the CRUD operations.
  • The API endpoints can be found in the .NET Core Web API project.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

About

This Project is Crud operation with Angular with ASP.NET Core Web Api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published