Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 230 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 230 Bytes

backend

python -m pip install "pymongo[srv]"
pip install fastapi
pip install python-jose[cryptography]
pip install uuid

to run dev server

fastapi dev main.py

frontend

npm install axios react-markdown