Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed REST API Authentication with Express!
Instruction
Get Started with the Project
Let's explore how Basic Authentication works by implementing it in an example REST API application.
Project Files
Get started by setting up and running the REST API project files.
Download the starter project files
Review Starter Project Files
The rest-api folder in the project files contains files to give you a starting point for the REST API Express application:
app.js - Entry point...