this file will go into the docs folder to create a collection of Readme files to link them and make them browsable :)
At the moment, there’s not much to see, but you can easily interact with the project using the following commands.
make
Builds everything and starts all the services. After running this, you can visit the following URLs:
That’s it for now!
make test
Runs a basic backend test to check if the backend is functioning properly.
make fclean
Stops all services and removes all Docker containers and volumes, effectively cleaning up the project.