Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 385 Bytes

File metadata and controls

33 lines (24 loc) · 385 Bytes

Backend

Backend for the Commean project.

Compile

Use appropriate scripts based on the OS:

Linux

scripts/3_package.sh

Windows

scripts/3_package.ps1

Start

The database has to be started BEFORE the Backend.

Linux

scripts/1_startDB.sh
scripts/4_run.sh

Windows

scripts/1_startDB.ps1
scripts/4_run.ps1