Aucune description

badretdinov_roman a66d5c9c20 update readme.md il y a 2 ans
backend 153cb47ae6 init project il y a 2 ans
frontend 9991640eb5 add readme.md il y a 2 ans
.gitignore 153cb47ae6 init project il y a 2 ans
readme.md a66d5c9c20 update readme.md il y a 2 ans

readme.md

KP

Requirements

  • Node.js v.18.13 or above
  • Python 3.10 or above
  • Vue.js 3 with @vue/cli 5.0.8 or above

Install

cd backend && pip install requirements.txt
cd ../frontend && yarn

Frontend

cd frontend && yarn && yarn serve

Backend

cd backend & uvicorn main:app --reload