I’m a beginner here. I want to build a web service using HTML, CSS, JS and Python with FastAPI for backend. I build the app by running pip install -r requirements.txt, but I don’t know what start command I should use so the index.html is shown with all the backend running properly.
Am I doing something wrong, or is it that I don’t know the proper start command to use in this case?