Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 184 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 184 Bytes

UET-Crypto-Tool

Setup

git clone https://github.com/uet-crypto-tool/backend &&
cd backend &&
poetry install

Run

python -m app.main

Test

pytest .