full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Improved cookiecutter README template for newbs
As a relative newbie to postgresql, sqlalchemy, and alembic, it wasn't clear to me why, when I followed the instructions for modifying models, schemas, api endpoints, and crud utils, I was still getting runtime errors when invoking the new REST endpoints I had added. Here I've made it more explicit that when making such changes to the generated project, you must create a new db revision using alembic.
Amazing work on FastAPI and this full-stack project, by the way! I have used it to go from zero to sophisticated full stack web app in about an hour. Very impressive work.