icefoganalytics / student-financial-aid

Student Financial Aid (SFA)
0 stars 0 forks source link

Get `student-financial-aid` running alongside the `sfa-client` #4

Closed klondikemarlen closed 1 year ago

klondikemarlen commented 1 year ago

Depends on:

Fixes https://github.com/icefoganalytics/student-financial-aid/issues/3

Context

Figure out how to boot to boot the sub-service student-financial-aid with the backing service sfa-client. Add some instructions for repeatability. Investigate a docker compose setup that boots both at once.

Implementation

Testing Instructions

Development with sfa-client back-end

  1. Clone the sfa-client repo into the same root directory as this project via git clone git@github.com:icefoganalytics/sfa-client.git

    Directory structure should look like: - my-organization - sfa-client - student-financial-aid

  2. Boot the sfa-client back-end using cd ./sfa-client && API_PORT=3100 dev up in its repo.

  3. In a new tab, from the my-originalization directory, boot the sfa-client api service via cd ./student-financial-aid/src/api && npm run start

  4. In a new tab, from the my-originalization directory, boot the sfa-client web service via cd ./student-financial-aid/src/web && npm run start