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:3000npm installnpm run startThis guide assumes you have Docker and Docker Compose installed and running on your machine.
docker-compose build --no-cache; docker-compose up -ddocker-compose build --no-cache && docker-compose up -dAccess http://localhost:3000/api-docs/ after running the application.