Article about the project can be found here.
pip install -r requirements.txt
First:
cd client
Then:
npm install
uvicorn main:app --reload --port 8000
First:
cd client
Then:
npm start
Article about the project can be found here.
pip install -r requirements.txt
First:
cd client
Then:
npm install
uvicorn main:app --reload --port 8000
First:
cd client
Then:
npm start