Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

codeschool/WatchUsBuild-ExpressAppWithTDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.