kala-here / aws-workshop-node-app

A simple Node app to upload to EC2 instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Node app to upload to EC2 instance


Languages

Language:JavaScript 63.4%Language:HTML 29.8%Language:Shell 5.7%Language:CSS 1.1%