This is the backend part of EMPW.
Find out at EMPW's website.
You can install each piece of the required software independently. Or simply have Docker do it for you. You need to have Docker and docker compose installed.
Clone the repo
git clone https://github.com/empw-org/api.git empw-api
cd empw-api
make a copy of example.env
to .env
and set the required environment variables
cp example.env .env
Get everything up and running
docker-compose up
EMPW wouldn't be possible without: