Releases: pyb4430/full-stack-fastapi-postgresql
Releases · pyb4430/full-stack-fastapi-postgresql
0.6.0
- Updated to python 3.10
- Updated backend dependencies
- Updated frontend dependencies where possible
- Refactored frontend to support Vuetify 2 and Vee-Validate 3, using 165 as a guide (also included the eslint and prettier additions)
- Incorporated the steps in tiangolo/uvicorn-gunicorn-docker into
backend.dockerfile
, so that the update to python 3.10 was possible.start.sh
,start-reload.sh
, andgunicorn_conf.py
from that repo were added to backend as well - Updated the base image for the build stage in the frontend
Dockerfile
tonode:18
, no longer the outdated tiangolo/node-frontend - A handfuls of issue fixes