Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 460 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 460 Bytes

Fall 2024 message board lecture

The goal of this lecture is to build a working information system from the ground up that covers a variety of real world use cases, including an auth system.

I will be creating a branch at the end of every lecture called lecture-1 etc. which marks where we left off at the end of each class session.

running

  1. run npm i to install dependencies
  2. run npm run start
  3. visit http://localhost:8080 in your browser