Travel order by Serbian law
git clone (github-repo-link)
Go to api folder and run:
npm ci
Open xampp and run MySQL and Apache
Create database travel_order
Go to flyway/travel-order and in SQL script run full-migration.sql
Create setting.json file in the api folder
Copy settings.json.template into settings.json and edit settings.json to match your settings.
(app_token, db_user and db_passwd)
From api folder run apps:
node index.js
node admin.js
Go to web folder and run:
npm ci
Go to web folder and run:
npm run dev
If the website is not responding just refresh the page.