Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Run the Express Server

In this step, you will get the backend of the application up and running.

  1. Open a second Terminal (or console) window and navigate inside the api folder.
  2. To install the necessary dependencies, run the following command:

    npm install
    
  3. Start the server. After the dependencies finish downloading and installing, run the following command to start the ...