Make virtual environment before first run
python -m venv myenvDo the following after virtual environment is set up:
source venv/Scripts/activate
pip install -r requirements.txt
cd api/routers
uvicorn tutor_router:app --reload
Follow the link given in terminal in the format of:
Try out the get and post!
npm install
npm start