So, this is my Master Thesis project, a Broker for Vehicle Routing Problem (VRP) APIs from different Cloud Providers.
Diagrams and other documentation for the project.
Source code.
You can run it by:
- Give the execution permission to the
setup.sh
andrun.sh
scripts:
chmod +x ./Scripts/setup.sh
chmod +x ./Scripts/stop.sh
chmod +x ./Scripts/run.sh
- Run the
setup.sh
script once:
./Scripts/setup.sh
- Run the
run.sh
script:
./Scripts/run.sh
If you want to type less, you can create an alias to run the run.sh
, like:
alias sbrk="./Scripts/stop.sh"
alias brk="./Scripts/run.sh"
The scientific papers I wrote during the development of this project (it may be outdated since I mainly use Overleaf for that and I don't want to pay only to connect with GitHub).