Skip to content
/ balance Public

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

License

Notifications You must be signed in to change notification settings

ary82/balance

Repository files navigation

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