Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 551 Bytes

INSTALL.MD

File metadata and controls

34 lines (23 loc) · 551 Bytes

Installing the Project

Prerequisites

  1. AWS credentials configured
  2. Docker
  3. Terraform (if you are on the Infrastructure Team)

Download and install

Download

git clone <this_repo>

Run the backend

cd services
docker-compose up

Run the Frontend

cd services/ui
npm install
npm start

Validating the Install

http://localhost:8080/