A bootstrap project to get quickly up and running with dotnet projects.
- Docker 17+
- Visual Studio 15.7+
- NetCore 3.1 SDK
- Clone this repository without git tracking
- Run a bulk file rename in the repository folder from
Alpha.Bootstrapto(YourCompany).(YourProject). - Run a bulk replace for all the file contents from
Alpha.Bootstrapto(YourCompany).(YourProject).
build-and-run-webapi: compiles and runs the web API project (and dependencies)build-docker-webapi: compiles the web API project (and dependencies), but does not run itrun-migrations: updates the running database server to its latest version of the migrationsrun-webapi: run a local version of the web API project, based on the latest compiled imagestart-database: start a database servergenerate-ssl-certificates: generate a new set of SSL certificates used by the database server