Courtbot Application and frontend website.
Main html file is in /views/pages/index.ejs
All css, images, etc, are in the public directory
Make sure you have Node.js and the Heroku CLI installed.
$ cd /path/to/your/Courtbot_MSK
$ npm install
$ npm start
Your app should now be running on localhost:5000.
A barebones Node.js app using Express 4.
This app is based on Getting Started with Node on Heroku article - check it out.