Those instructions are valid for all microservices under this repository.
You must pass all steps firstly on this document.
Create a database on PostgresSQL UI or from plsql console
create database burgerzilla_order
Initialize ORM models after successfully connected to database
start db_initialize.bat
Run the project with this command
poetry run python run.py