/aws-workshop-node-app

A simple Node app to upload to EC2 instance

Primary LanguageJavaScript

A simple Node app for cogrammers' AWS workshop. Will be used to demonstrate how to upload to EC2 instance on AWS.

Installation

Fork and clone down 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:

$ ./setup/mac.sh

To start:

$ npm start    

Open in browser:

localhost:3000