-
Notifications
You must be signed in to change notification settings - Fork 2
How to start effimatch locally
Note: This page is intended for Effimatch internal developers only.
If you have any question regarding this topic, please contact the maintainer of this repository.
Clone the source code from GitLab
- frontend: https://gitlab.com/ucsd-triple-c/referral-frontend
- backend: https://gitlab.com/ucsd-triple-c/referral-backend
start frontend and/or backend
-
cd
into the frontend directory -
run the following command to install dependencies:
$ yarn
-
run the following command to start the frontend server:
$ yarn start:local
-
the frontend server will be started on localhost:3000
-
install MySQL locally
-
cd
into the backend directory -
create corresponding database and user as specified in
application-local.yml
-
let your IDE automatically install the dependencies, or run the following command to install dependencies:
$ mvn clean install
-
make the active profile configuration in
application.yml
as follows:spring: profiles: active: local
-
start the backend server in your IDE
-
the backend server will be started on localhost:8080
©2021 Effimatch All Rights Reserved