A simple Node app for cogrammers' AWS workshop. Will be used to demonstrate how to upload to EC2 instance on AWS.
Fork repo to local machine:
$ git clone https://github.com/<YOUR_USERNAME>/aws-workshop-node-app.git
$ cd aws-workshop-node-app
Run script to install dependencies and create and migrate postgres database (Note: this will only work on a Mac. If you have a PC, flag one of us down):
$ ./setup/mac.sh
To start:
$ npm start
Open in browser:
localhost:3000