Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.35 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.35 KB

FriendsService

Friends microservice for Stonks! project.

How to Setup

Setup neo4j on Ubuntu 20 (EC2)

  • Create free tier eligible EC2 instance with OS set to Ubuntu 20.04. Leave the other setup as default
  • Setup the neo4j within it following this link
  • After setting up to listen to 0.0.0.0, run sudo systemctl restart neo4j.service
  • Create security group that open neo4j port to public (later on we should change it depending on our VPC / EC2 instance) 2.png
  • Add it to the EC2 instance
  • Get the EC2 public url for beanstalk

Setup Beanstalk

Setup Lambda