TO RUN BACKEND: Open folder 'backend' in terminal type uvicorn main:app --reload
TO TEST ONLY BACKEND: Click on the link (which looks something like 127.0.0.1/8000) Go to the url in the browser and add /docs to it You will get a Swagger UI to test the functions.