Skip to content

ottorinobruni/WebApiDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WebApiDemo

This repository contains the source code for the WebApiDemo project. The goal of this project is to showcase the development of a RESTful API using ASP.NET Core with minimal APIs. The solution demonstrates the implementation of basic CRUD operations for managing user data, highlighting the simplicity and efficiency of ASP.NET Core minimal APIs.

Contents

Project Description

WebApiDemo showcases the development of a RESTful API using ASP.NET Core minimal APIs. The repository includes project WebApiDemo, illustrating the implementation of CRUD operations for managing user data. Additionally, the project includes an .http file for testing the API endpoints directly within Visual Studio.

How to Use

  • WebApiDemo: Implements the minimal API for handling CRUD operations.
  • WebApiDemo.http: Provides a file for testing API endpoints using the Visual Studio .http file editor.

Project Structure

The solution is organized into two main projects:

  • WebApiDemo: Implements the minimal API for handling CRUD operations.

Getting Started

To run the project locally on your machine, follow these steps:

  1. Clone the repository: git clone https://github.com/yourusername/WebApiDemo.git
  2. Navigate to the project directory: cd WebApiDemo
  3. Restore the NuGet packages: dotnet restore
  4. Run the application: dotnet run

Contributions

Contributions are welcome! If you'd like to improve this project, open a pull request or report an issue.

License

This project is licensed under the MIT License.

About

.NET Demo Application with VS http file editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages