full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

📝 Update frontend `README.md` instructions about how to remove the frontend

Open johnmathews opened this issue 1 year ago • 2 comments

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

johnmathews avatar Mar 22 '24 16:03 johnmathews

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.

deivit24 avatar Mar 30 '24 13:03 deivit24

thanks for this!

walreyes avatar May 01 '24 17:05 walreyes

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:

tiangolo avatar May 19 '24 19:05 tiangolo