Pre-requites
docker-compose(^1.29.2) /docker composedocker(^24.0.1)
Running code
- Change directory to
quickstartin terminal - Run `./run.sh
This will build and bring up the BE and FE services containers.
Add these variables to your environment
export SECRET_KEY=
export REDIS_PASSWORD=
export ADMIN_USERNAME=
export ADMIN_PASSWORD=
export ADMIN_EMAIL=