teamhide / fastapi-boilerplate

FastAPI boilerplate for real world production
986 stars 156 forks source link

Could you describe some more basic informations in README.md? #12

Open Shiwoo-Park opened 1 year ago

Shiwoo-Park commented 1 year ago

Please add version info of these

teamhide commented 1 year ago

You can check it through pyproject.toml. However, you can bump up version on your needs.

thomaslc66 commented 1 year ago

It's a good comment, I'm struggling to start this project.

I can't understand if we can use it with psql, there's not a lot of information regarding poetry and the install process of dependencies.

It's missing some example or context,

Can't understand why there is a config.py with all the URLs in clear but not a .env file to store env variables, that might be more secure, especially when there is nothing that avoids committing this file in the .gitignore.

What is the point to have a READER database, is it something that is used for tests?