I have used Golang, but any other programming language would also work (only their specific installations and build commands will change)
- Create a server instance (preferably Ubuntu)
- SSH into the server as root
- Run the commands:
apt updateapt upgradeapt install postgres-12service postgres status(to check if it is running)
- Install Caddy server