Skip to content

rawi96/ZbwCarRentApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metrics

Lines of Code Maintainability Rating Reliability Rating Security Rating Bugs Duplicated Lines (%) Coverage

Link to Sonar

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • MS Visual Studio
  • MSSQL-Datenbank
    • Your Windows User must be allowed to use the DB --> (trusted connection=true)

Installation

  1. Clone the repo

    git clone https://github.com/leafar396/ZbwCarRentApi.git
  2. Open with MS Visual Studio

  3. Open the Package Manager Console

    update-database
  4. Start with IIS Express

Documentation

Link to published Documentation

Documentation in Source Code

install mkdocs

pip install mkdocs

install mkdocs material template

pip install mkdocs-material

serve locally

mkdocs serve

Publishing to github

mkdocs gh-deploy --force

Load Tests

Test Results

choco install k6
k6 --out json=testResults/load-tests.json --out csv=testResults/load-tests.csv run source/tests/CarRentApi.Tests/LoadTests/Script.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published