This repository contains a sample ASP.NET Core Web API project that demonstrates CRUD (Create, Read, Update, Delete) operations using HTTP methods. The project is built on the ASP.NET Core framework, which is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.
- Create: Allows users to add new data entries to the system.
- Read: Enables users to retrieve existing data entries from the system.
- Update: Provides functionality to modify existing data entries.
- Delete: Allows users to remove data entries from the system.
ASP.NET Core: The primary framework for building web applications and APIs.
C#: The programming language used for backend logic and API.
Swagger UI: A tool to document and test APIs.
PostgreSQL: A lightweight, file-based database used for local development and testing.
To get started with this project, follow these steps:
- Clone the Repository: Use git clone to clone this repository to your local machine.
- Navigate to the Project Directory: cd into the directory containing the cloned repository.
- Build and Run the Project: Use dotnet build to build the project, followed by dotnet run to start the development server.
- Explore the API: Once the project is running, navigate to https://localhost:5001/swagger/index.html to explore and interact with the API using Swagger UI.
Clone the project
git clone https://github.com/imdesai00/ASPDOTNET-CORE-WEB-API.git