A microservice for camping reservations.
Proper application running tested with the following development tools:
When you have the development environment ready, run the following commands:
-
Open a project in Visual Studio
Open project or solution -> find the downloaded folder and in the subfolder WebApp/ open .sln datoteko
- Perform as needed
Restore NuGet Packages
-
Set up a connection to the database in Visual Studio
WebApp -> appsettings.json -> "ConnectionStrings" -> "DefaultConnection"
-
Start database migration
dotnet ef database update
-> if you use .NET Core CLIUpdate-Database -Project WebApp.Infrastructure
-> if you are using the Packege Manager Console
-
You can then launch the app
This microservice camping API requires microservices endpoint. For that you can set DB_CONNECTION_STRING
environment variable when running with Docker.
Database image of camping reservations ms.