1. Download and install docker
  2. Clone our repo (git clone <https://github.com/Code-4-Community/branch.git>)
  3. Start the backend
cd backend
make up

This should spit out links to swagger for each service!

  1. Start the frontend
cd frontend
npm install
npm run dev

NOTE: Frontend and backend not wired together yet 😃