hello-world-fastendpoints-dapper-dotnet

Hello World FastEndpoints + Dapper - C# .NET

📚 A repository to explore the power of FastEndpoints and Dapper in building lightweight, high-performance APIs with C# (.NET).

wakatime Maintainability Test Coverage CodeFactor Codacy Badge GitHub license GitHub last commit


About

This repository demonstrates the integration of:

The goal is to provide a foundational understanding of using these libraries together to create scalable, maintainable, and fast APIs in .NET.


Features


FastEndpoints

Dapper

Combined Resources


Getting Started

Prerequisites

Setup

  1. Clone the repository:
    git clone https://github.com/GuilhermeStracini/hello-world-fastendpoints-dapper-dotnet.git
    
  2. Navigate to the project directory:
    cd hello-world-fastendpoints-dapper-dotnet
    
  3. Install dependencies:
    dotnet restore
    
  4. Run the application:
    dotnet run
    

Testing

To test the endpoints and database operations:

  1. Use tools like Postman or cURL to interact with the API.
  2. Run the provided test suite:
    dotnet test
    

Contribution

Contributions are welcome! If you’d like to enhance this repository, feel free to:


License

This project is licensed under the MIT License.