To get a local copy up and running follow these simple steps.
- MS Visual Studio
- MSSQL-Datenbank
- Your Windows User must be allowed to use the DB --> (trusted connection=true)
-
Clone the repo
git clone https://github.com/leafar396/ZbwCarRentApi.git
-
Open with MS Visual Studio
-
Open the Package Manager Console
update-database
-
Start with IIS Express
Link to published Documentation
install mkdocs
pip install mkdocs
install mkdocs material template
pip install mkdocs-material
serve locally
mkdocs serve
Publishing to github
mkdocs gh-deploy --force
choco install k6
k6 --out json=testResults/load-tests.json --out csv=testResults/load-tests.csv run source/tests/CarRentApi.Tests/LoadTests/Script.js