Fly Deployments
Fly.io interactions will occur over 3 applications
- The frontend (client)
- The backend (server)
- PostgreSQL (database)
This can be seen after logging into the dashboard hosted at https://fly.io/dashboard

Fly.io Command Line Interface
To interact with these platforms at the lowest level, we must utilise the Fly.io command line interface (CLI). Instructions on where to download this can be found at https://fly.io/docs/flyctl/install/. Please ensure after installing you restart your terminal instances to ensure that the commands will work. Otherwise you may encounter a command not found error.