This is the source code for the Microservices course major assignment for the Fall 2024 semester.
tool.py
is a script provided by the course.tool_submit_order_rating.py
can traverse a branch of the BPMN file.- The
sql
folder containscreate_table.sql
andsample_data.sql
, which include the creation of data tables and the insertion of initial data.
When using, please open two terminals in the root directory and execute the following commands respectively:
Please ensure that ports 4396 and 9527 are not in use when using the application.
python ./travel_local/travel_local.py
python travel_service/travel_service.py