Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 839 Bytes

File metadata and controls

41 lines (26 loc) · 839 Bytes

Backend of SAY App and Panel

Build, Test and Deploy codecov

Requirements

Commands

Run Server

./scripts/up.sh
Server Address: http://127.0.0.1:5000/
API Doc: http://127.0.0.1:5000/apidocs/#/

Build Image

You need build manually when changing DOCKERFILE or requirements.

./scripts/build.sh

Run Tests

./scripts/test.sh

Access Shell

./scripts/bash.sh