Creaded by Donald Isaac for Open Sourcery
Check out Open Sourcery at our website!
git clone https://github.com/opensourceryclub/express-workshop
cd express-workshop
# Install dependencies via npm
npm install
# start the server
npm startFrom a different terminal, you may test the funtionality by running
npm test