From 1a7ec9f095073437b33b91f8824e5e053f5e5772 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sat, 31 Jul 2021 16:37:25 -0700 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..beb67f9 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Web Development Crash Course: Building a Message Board +Over the course of several videos, we'll be building an authenticated message board from scratch with +Express, Handlebars, and SQLite. This series is aimed at people who are familiar with programming but new to web development + +[Youtube playlist](https://www.youtube.com/playlist?list=PLo3AfLl5F0ZbTS8HrKhKy27bdcLIeLTYr)