- Visual Studio 2019 (Mac/Win)
- .NET Core v3.0.0 [3.0.100]
- MongoDB
- Docker
#Clone Git Repository
git clone git@github.com:jboliveira/AspNetCore3.0_MongoDb.git
#Access Project Root Folder
cd AspNetCore3.0_MongoDb
#Build and Run
docker-compose -f docker-compose.yml up --build
#Access through address:
https://localhost:5000/swagger
Important: Install and run MongoDB. For more information, click here.
#Clone Git Repository
git clone git@github.com:jboliveira/AspNetCore3.0_MongoDb.git
#Access Project Root Folder
cd AspNetCore3.0_MongoDb/src/SampleApi
#Build and Run
dotnet restore
dotnet build
dotnet run
#Access through address:
https://localhost:5000/swagger