Deploying your Web Application Flashcards

1
Q

How to Deploy Apps with a Database

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to setup MongoDB Atlas

A
  1. Setup an account with Atlas
  2. Create a cluster
  3. Setup security access
  4. Cluster > Connect > Connect to an application > Use the url obtained to connect with Node.js application

*Deploying app with a database to Heroku

How well did you know this?
1
Not at all
2
3
4
5
Perfectly