Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 249 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 249 Bytes

Cards Backend

This is the backend service for the cards application.

Setup new environment

To set up a new environment, run

python3 -m venv /env
source env/bin/activate
pip install -r requirements.txt

Run

python -m backend