fastapi-react icon indicating copy to clipboard operation
fastapi-react copied to clipboard

Project initialization environment improvements

Open ryangallen opened this issue 4 years ago • 1 comments

  • Update default cookiecutter values; use random password/secret values
  • Store environment secrets in .env file
  • Automatically initialize git repository
  • Add .gitattributes and .gitignore files
  • Add cookiecutter links to project README
  • Remove application secrets from source code; read from environment variables
  • Change user crud get functions to use one_or_many()
  • Fix frontend errors by casting to String

ryangallen avatar Oct 21 '21 22:10 ryangallen

This is a lot of changes for a pull request. Can you open a discussion first and link to it? Some of these seem like good ideas but I'd rather approve them individually after some thought instead of in one go. This is a lot for a single pull request imo

Buuntu avatar Nov 03 '21 17:11 Buuntu