ASP.NET Core REST API integrated with MongoDb database.
Key features include CRUD operations with MongoDB database, implementation of Onion Architecture, and deployment through multiple Docker containers (API and database).
Languages |
---|
C# |
Technology | Version |
---|---|
ASP.NET | 8.0 |
MongoDB | 3.0.0 |
Swagger | - |
Prefered way to execute is Docker Compose.
- From Project Directory, Execute Docker Compose
- Execute Docker Compose with Build
$ docker compose up --build
- Execute Docker Compose with Build