Skip to content

Latest commit

 

History

History
executable file
·
29 lines (20 loc) · 468 Bytes

README.md

File metadata and controls

executable file
·
29 lines (20 loc) · 468 Bytes

EP Showcase

Node.js server

Purpose: API for mobile client

Technology: Loopback

Database: MongoDB

Install

  1. Install Node.js
  2. Install MongoDB
  3. Add database and user to MongoDB
  4. Download app sources
  5. Install Node.js modules
  6. Install pm2 to manage node apps
  7. Start app with pm2

Configure AWS

Add Inbound rule to Security Group

  • Type: Custom TCP Rule
  • Protocol: TCP
  • Port range: 3001
  • Source: 0.0.0.0/0
  • Description: Node.js app