Deploy the database
First things first: Let's deploy a database to a production environment.
We use Railway, but any database hosting provider does the job. Thanks to the fact that we used environment variables in the previous lesson, there are going to be minimal code changes to connect to the production database — yay!