A Quasar Framework app. To launch the app locally, first get the backend up and running. Do this by downloading the boatnet-internal repo and navigate to the research-catch-server directory and run yarn serve. Once it's launched check that it is running okay by going to https://localhost:9200/rcat/api-docs verify. Run front end code, research catch by following the instructions below
To get this up and running, first launch the backend app. To do so download the boatnet-internal repo and navigate to the research-catch-server folder and run yarn serve. Navigate to https://localhost:9200/rcat/api-docs to ensure it's working. Now follow the directions below to get the front end working.
yarn
-
First get the dev auth server up and running. To do so pull the boatnet repo onto your computer then navigate to the app/dev-auth-server directory and from there run
yarn serve
-
Get the backend running by pulling boatnet-internal repo and run
yarn serve
Note: When running locally, go through browser click advanced and make sure you can see swagger hub ui thing, then code should run locally Navigate to: https://localhost:9200/rcat/api-docs -
Launch research catchdb by running
quasar dev
. If needed run yarn to build app and install dependencies.
yarn run lint
quasar build