Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imdesai00/aspdotnet-core-web-api
This project can perform CRUD operation in asp dotnet(version-8) core web api. test this CRUD api on swagger or postman.
https://github.com/imdesai00/aspdotnet-core-web-api
csharp dotnet dotnetcore dotnetcorewebapi postgresql
Last synced: about 1 month ago
JSON representation
This project can perform CRUD operation in asp dotnet(version-8) core web api. test this CRUD api on swagger or postman.
- Host: GitHub
- URL: https://github.com/imdesai00/aspdotnet-core-web-api
- Owner: imdesai00
- Created: 2024-03-12T09:32:40.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-30T06:21:26.000Z (8 months ago)
- Last Synced: 2024-10-12T15:01:48.172Z (about 1 month ago)
- Topics: csharp, dotnet, dotnetcore, dotnetcorewebapi, postgresql
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET Core Web API CRUD Project
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.
## Features- 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.
## Technologies Used**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.
## Getting Started
To get started with this project, follow these steps:1. Clone the Repository: Use git clone to clone this repository to your local machine.
2. Navigate to the Project Directory: cd into the directory containing the cloned repository.
3. Build and Run the Project: Use dotnet build to build the project, followed by dotnet run to start the development server.
4. 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.
## Run LocallyClone the project
```bash
git clone https://github.com/imdesai00/ASPDOTNET-CORE-WEB-API.git