Skip to content

Sinrefvol/DroneManagment_v1

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published