Structure: Frontend, backend, db all contained within a docker-compose. Ports are 3000, 8000, 5432, respectively.
To run:
- Download repo as a zip
- Extract the zip, open the folder, and extract the 'timescale-db.zip' too.
- Open docker-desktop
- Open a terminal instance at the root and run 'docker-compose build' then 'docker-compose run'.
- Access the frontend on 0.0.0.0:3000