Project Setup Install docker Clone the repository git clone git@github.com:exkittens/api.git cd api Update ENV variables cp .env.example .env vi .env Build image make build Start app using docker compose/swarm docker-compose up docker stack deploy -c docker-compose.yml exkittens Now you can visit localhost:4000 from your browser.