Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 463 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 463 Bytes

canvass-api-model-store

FastAPI backend for Canvass AI Live

Instructions

Run the project

cd canvass-api-model-store
make run

Run tests

make test

Run tests with coverage

make test-cov

Run tests with coverage and HTML report

make test-cov-html

Add a new dependency

make add

Add a new dev dependency

make add-dev

Remove a dependency

make remove