Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 660 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 660 Bytes

How to run

This guide assumes you have Node.js and npm installed and running on your machine.

Backend: https://github.com/targoninc/venel-api

Environment variables

API_URL=http://localhost:3000
npm install
npm run start

How to deploy

This guide assumes you have Docker and Docker Compose installed and running on your machine.

Windows

docker-compose build --no-cache; docker-compose up -d

Linux

docker-compose build --no-cache && docker-compose up -d

API Docs

Access http://localhost:3000/api-docs/ after running the application.