A website that can compliment and insult you, at the same time.
-
Populate the environment variables defined at
.env.example
and rename it to.env
-
Regenerate the proto codes (Optional step, generated codes are checked into git)
cd proto ./generate.sh
-
Run the http server and the grpc server
# App make run # Classification grpc make py-server