Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 519 Bytes

File metadata and controls

21 lines (18 loc) · 519 Bytes

Customer Microservice

Those instructions are valid for all microservices under this repository.

Prerequisites

You must pass all steps firstly on this document.

Database Initialization

Create a database on PostgresSQL UI or from plsql console

create database burgerzilla_customer

Initialize ORM models after successfully connected to database

start db_initialize.bat

Let's run our application

Run the project with this command

poetry run python run.py