This contains the database and other stuff from previous assignments
please go into /flights_app dir to see what I have from homework3, problem 1
cd flights_app
docker compose up --buildthen see localhost 3000.
destroy with
docker compose down --vcd flights_app
bash reload.shthe local build and run should work on a linux machine (I tested on ubuntu 22.04)
Please raise an issue if there is anything out of place.