Make sure to have the latest version of docker installed and running properly on your computer.
Go into the project directory
Run git submodule init and git submodule update
Run docker compose up -d (-d runs the container in detached mode, so in the background)
Congrats you are running the application.
Go to localhost:3000 to view the the front-end localhost:5000 is the API endpoint localhost:5433 is the Database
Setting up development environment (Not required to run the application)