Skip to content

cogrammers/aws-workshop-node-app

Repository files navigation

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

Installation

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

About

A simple Node app to upload to EC2 instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published