awtkns / fastapi-crudrouter

A dynamic FastAPI router that automatically creates CRUD routes for your models
https://fastapi-crudrouter.awtkns.com
MIT License
1.34k stars 156 forks source link

Outdated contribution documentation #173

Closed nikstuckenbrock closed 1 year ago

nikstuckenbrock commented 1 year ago

The contribution guidelines mention to run a postgres database using docker. The file path of the docker-compose file metioned there is outdated because the file extension has been renamed from .yaml to .yml.

I will provide a pull request to fix this issue.

nikstuckenbrock commented 1 year ago

Scanned the latest commits and found that this bug is already fixed.