Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 838 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 838 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