|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
backend | %!s(int64=2) %!d(string=hai) anos | |
frontend | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
readme.md | %!s(int64=2) %!d(string=hai) anos |
Node.js
v.18.13 or abovePython
3.10 or aboveVue.js 3
with @vue/cli
5.0.8 or abovecd backend && pip install requirements.txt
cd ../frontend && yarn
cd frontend && yarn && yarn serve
cd backend & uvicorn main:app --reload