Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 569 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 569 Bytes

DroneManagment

Make sure you have docker installed.

Docker can be run from both VS and CLI.

To run docker compose in VS, choose docker-compose as startup project and run it.

To run the docker compose in CLI, execute following commands: docker compose build and docker compose up -d

-d flag indicates that it should run in background.

If running in CLI and opening the webpage in the browser, you have to add /swagger to the URL to access swagger

Testing

To test the code, run the test project. Both unit tests and integration tests will be run