How to Deploy Apps with a Database
We can’t simply place the app w/database on Heroku, as the app and database will be separated.
We need to place both the app and the database on servers
MongoDB Atlas
Server that hosts the database
How to setup MongoDB Atlas
*Deploying app with a database to Heroku