Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 392 Bytes

File metadata and controls

10 lines (7 loc) · 392 Bytes

WFMS Engine

WFMS Backend built using Python Django.

Getting Started

  1. Open your terminal and clone the project using git clone . Navigate to the project directory cd ./wf-engine-api.
  2. Create a .env file by copying the .sample.env file using cp .sample.env .env.
  3. Edit the enviroment variables accordingly.
  4. Start up the docker with docker compose up -d --build.