Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jcolemorrison/ec2-lb-api

Sample node and loopback application for the AWS DevOps EC2 Fundamentals Series
https://github.com/jcolemorrison/ec2-lb-api

Last synced: about 8 hours ago
JSON representation

Sample node and loopback application for the AWS DevOps EC2 Fundamentals Series

Awesome Lists containing this project

README

        

# Sample Node Application for the EC2 Micro Series

This is the sample Node.js, Loopback used in the AWS DevOps EC2 Micro Series. To use:

1. Make a directory for it

```
mkdir app && cd $_
```

2. Clone it

```
git clone .
```

3. Install the dependencies

```
npm install
```

4. Run it:

```
node .
```