GitHub - codeschool/WatchUsBuild-ExpressAppWithTDD

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Watch Us Build

We changed the name of this series to "Watch Us Build," so you may see an occasional reference to its former name ("Soup to Bits") in this repository.

This is the app built in the Watch Us Build episode for the Building Blocks of Express course.

Running

Install redis. Run npm install and npm start.

Tests

To run tests, run npm test. These also depend on a redis server up and running.