Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 463 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 463 Bytes

MongoDb-Example

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository

  2. At the root directory, restore required packages by running:

    dotnet restore
    
  3. Next, build the solution by running:

    dotnet build
    
  4. Launch the app by running:

     dotnet run
    
    
    

Technologies

  • .NET 5
  • MongoDb

Functionalities

  • Basic CRUD operations with CQRS