Make sure that you have Docker and Docker compose to run the project
The very first step of this project is running all the services.
docker-compose up -d
After the services are succesfully running, Then open this address:
http://localhost:8501
Streamlit screen should show up unless you got any database connection error.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.