full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
📝 Update frontend `README.md` instructions about how to remove the frontend
Currently the instructions in frontend/README.md about how to run the app without a frontend are not complete.
This PR adds 1 step into the frontend/README.md instructions so that the following endpoints will still work if the frontend service is removed:
- http://localhost/docs
- http://localhost/redoc
- http://localhost/api/v1/openapi.json
Just deleted a message. Wasn't able to get the docs and api to work but now I did. It was a setup issue with my m2.
thanks for this!
Thank you! I just updated the Docker Compose files here: https://github.com/tiangolo/full-stack-fastapi-template/pull/1208
So that it's no longer necessary to add more instructions. :nerd_face:
Given that, I'll close this one now, but thanks for bringing this to our attention! :cake: