Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jcolemorrison/ec2-lb-api
- Owner: jcolemorrison
- Created: 2019-05-21T00:28:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:05:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T03:52:40.552Z (7 months ago)
- Language: JavaScript
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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 .
```