Day 6 of Thinkful's #25daysofnode: Random Band Generator
Generates a random band name and band members based on genre (punk, metal, emo) using a Node.js/Express server
Run Set up
npm install
and then node server.js
to start the Node server and access the project at localhost:8000