vincentgruse / COSC612-IntelliChef

Team 3
1 stars 0 forks source link

IntelliChef

Team Members:

To install required dependencies for back-end

pip install fastapi sqlacademy uvicorn[standard] "python-jose[cryptography]" "passlib[bcrypt]" python-multipart python-decouple

To run the back end server

cd back-end
uvicorn main:app --reload

To install required dependencies for front-end

cd front-end
npm i
ng s