Skip to content

Releases: fastapi/full-stack-fastapi-template

0.2.1

29 Mar 14:37

Choose a tag to compare

  • Fix documentation for path operation to get user by ID. PR #97 by @mpclarkson.

  • Set /start-reload.sh as a command override for development by default.

  • Update generated README.

0.2.0

11 Mar 11:55

Choose a tag to compare

PR #2:

  • Simplify and update backend Dockerfiles.
  • Refactor and simplify backend code, improve naming, imports, modules and "namespaces".
  • Improve and simplify Vuex integration with TypeScript accessors.
  • Standardize frontend components layout, buttons order, etc.
  • Add local development scripts (to develop this project generator itself).
  • Add logs to startup modules to detect errors early.
  • Improve FastAPI dependency utilities, to simplify and reduce code (to require a superuser).