Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 573 Bytes

Backend

Prerequisites

  1. Go version >= 1.14

How to run this project

Local

  1. Install the requirements
  2. Clone this repo
  3. Run Go mod tidy
  4. Run make run-http

Because of this repo using aws database (dynamoDB), we need to specify the aws config and credentials. Please reach us for the credential to run in local 🙏

Cloud

We could access this running env from this url: http://ec2-13-250-36-182.ap-southeast-1.compute.amazonaws.com:8000/

Notes

For front end repo, kindly check from this link (https://github.com/papannn/fe-bgp-hackaton)