Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 446 Bytes

Balance

A website that can compliment and insult you, at the same time.

Installation

  1. Populate the environment variables defined at .env.example and rename it to .env

  2. Regenerate the proto codes (Optional step, generated codes are checked into git)

    cd proto
    ./generate.sh
  3. Run the http server and the grpc server

    # App
    make run
    # Classification grpc
    make py-server