CSE 340: Web Backend Development

Learning Activity (2 of 2): Server Setup

Overview

This learning activity will help you setup the database on your server.

Prepare

Because you will be deploying your web application to a remote server, you need to set up this server for your application including both the Node.js part of the application, and also you will host a database there as well. This activity will walk you through the steps of creating the hosting account and a database.

Instructions

Complete each of the following activities to setup the database on your server:

  1. Download and install pgAdmin 4
  2. Connect pgAdmin to the remote database
  3. Optional: Connect the DB to VS Code

Submission

You have now completed all of the learning activities for the week!

Make sure to:

Up Next

Other Links: