This guide assumes you have Node.js and npm installed and running on your machine.
Backend: https://github.com/targoninc/venel-api
API_URL=http://localhost:3000
npm install
npm run start
This guide assumes you have Docker and Docker Compose installed and running on your machine.
docker-compose build --no-cache; docker-compose up -d
docker-compose build --no-cache && docker-compose up -d
Access http://localhost:3000/api-docs/ after running the application.