Web API – CRUD operations with MongoDB
In this post, we will see how to create a WebAPI project to execute CRUD operations in a MongoDB database. We start creating a Docker-compose file in order to define a MongoDB container and a Mongo-Express container: [DOCKER-COMPOSE.YML] Then, with the command docker-compose up -d, we run the docker-compose file: Now, we will add a… Read More »