WatchUsBuild-ExpressAppWithTDD
WatchUsBuild-ExpressAppWithTDD copied to clipboard
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.