/example-mongodb

A example project using mongodb.

Primary LanguageC#

Introduction

In this project I made an API with a CRUD, just to demonstrate the use of MongoDb.

Get Started

First of all to use this project you need to run a yml file with docker compose with the follow command:

docker-compose up

Technologies implemented

  • ASP.NET Core 3.1
  • Mongo
  • Swagger
  • Docker