WFMS Backend built using Python Django.
- Open your terminal and clone the project using
git clone. Navigate to the project directorycd ./wf-engine-api. - Create a .env file by copying the
.sample.envfile usingcp .sample.env .env. - Edit the enviroment variables accordingly.
- Start up the docker with
docker compose up -d --build.