tiangolo / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
24.53k stars 4.14k forks source link

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

Closed johnmathews closed 1 month ago

johnmathews commented 3 months ago

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:

deivit24 commented 3 months ago

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.

walreyes commented 2 months ago

thanks for this!

tiangolo commented 1 month ago

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: