- For dev server (web + backend) run
ng serve web & ng serve backend
Navigate to http://localhost:4200/
for the frontend. The app will automatically reload if you change any of the source files. Backend endpoint is http://localhost:5000/api
(the proxy is already configured).
- For mobile run
ng run ionic & ng serve backend
For running the migrations you need Liquibase. The migrations project was generated using liquibase-cli.