~/postgres-init.sh
algorithms/fastapi/entrypoint.sh
algorithms/kafka/entrypoint.sh
These line endings can be changed easily using vs code. Select the file, then look for
CLF
orLF
on the bottom right of the IDE and selectLF
then save.
Change VALIDATION_EMAIL_PASSWORD (contact for password).
~/backend/fastapi-backend/app/services/auth.py
line 17.
Change baseUrl to http://localhost:8000
.
~/frontend/src/APIlink.tsx
line 3.
Build and run all containers with make all
.
Access front end at http://localhost:8080/.
If any docker containers are exiting try deleting
~/postgres_data
folder and runingmake all
. If the containers are still failing try runingmake clean-all
delete the postgres_data folder again and runmake all
. If the errors continue keep trying the above steps.