Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 608 Bytes

ElevatorControlSystem

Elevator Control system is an API to interact with an Elevator from both within the elevator and outside an elevator on a floor.

Install and Run

Make sure you have Dotnet 7 installed

Download the repository and navigate to within the folder to ElevatorControlSystem/ElevatorControlSystem.

In a terminal, run the command dotnet run

Interaction

The Api will run in http://localhost:8080/

You can find swagger documentation at http://localhost:8080/swagger/index.html

Purpose

This "Mock" Api is for a job application and not meant to be used in the real world