careerfairsystems / nexpo-backend

0 stars 1 forks source link

File management #87

Closed mu1664al-s closed 3 years ago

mu1664al-s commented 3 years ago

Backend is now fully connected to a simulated s3 bucket interchangeable with the real one and the files are accessible through the backend (as a middle-ware) using the provided resource urls. I have also merged in the event_api_fix branch into this pull request.

mu1664al-s commented 3 years ago

issue #28 is solved and related files are also deleted when a user/student/company is deleted.

mu1664al-s commented 3 years ago

I made some changes to the Github action for testing. It should use ruby to install and run fakes3. Then run the "old-test" script. There are now two databases. "nexpo-dev" and "nexpo-test". The ecto plugin can apparently create two databases in the same container. As it is using the psql interface and is not limited to docker configurations.