Skip to content

vbazovic/travel-order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel Order

Travel order by Serbian law

Install procedure

git clone (github-repo-link)

Backend

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

Frontend

Go to web folder and run:

npm ci

Start the project (dev mode)

Go to web folder and run:

npm run dev

Logging in: admin/admin

Bugs:

If the website is not responding just refresh the page.

About

Travel order by Serbian law

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors