You'll need to:
- clone this branch for api2
- clone this branch for ui
- run these migrations
- add this entry to your
/etc/hosts
:127.0.0.1 coursebase.onelogin.com
- setup your
.env
in coursebase repo to useHTTP_SERVER_PORT=3000
- setup your
.env
in ui repo to useDEFAULT_API_V2_URL=http://coursebase.onelogin.com:3000/v2