Skip to content

Commit 584d14f

Browse files
Adding Contributing, References, License and Contact section from the original README.md.
1 parent 67284ff commit 584d14f

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,27 @@ More examples (superuser creation, tiers, rate limits, admin usage) - **docs**.
122122

123123
## Contributing
124124

125-
Issues and PRs are welcome. Please read **CONTRIBUTING.md** and follow the style of existing modules (type hints, async/await, explicit None checks, and paginated responses).
125+
Read [contributing](CONTRIBUTING.md).
126126

127-
---
127+
## References
128+
129+
This project was inspired by a few projects, it's based on them with things changed to the way I like (and pydantic, sqlalchemy updated)
130+
131+
- [`Full Stack FastAPI and PostgreSQL`](https://github.com/tiangolo/full-stack-fastapi-postgresql) by @tiangolo himself
132+
- [`FastAPI Microservices`](https://github.com/Kludex/fastapi-microservices) by @kludex which heavily inspired this boilerplate
133+
- [`Async Web API with FastAPI + SQLAlchemy 2.0`](https://github.com/rhoboro/async-fastapi-sqlalchemy) for sqlalchemy 2.0 ORM examples
134+
- [`FastaAPI Rocket Boilerplate`](https://github.com/asacristani/fastapi-rocket-boilerplate/tree/main) for docker compose
128135

129136
## License
130137

131-
MIT - see `LICENSE.md`.
138+
[`MIT`](LICENSE.md)
132139

133-
---
140+
## Contact
134141

135-
<p align="center">
136-
<a href="https://benav.io">
137-
<img src="https://github.com/benavlabs/fastcrud/raw/main/docs/assets/benav_labs_banner.png" alt="Powered by Benav Labs - benav.io" width="420"/>
138-
</a>
139-
</p>
142+
Benav Labs – [benav.io](https://benav.io)
143+
[github.com/benavlabs](https://github.com/benavlabs/)
144+
145+
<hr>
146+
<a href="https://benav.io">
147+
<img src="https://github.com/benavlabs/fastcrud/raw/main/docs/assets/benav_labs_banner.png" alt="Powered by Benav Labs - benav.io"/>
148+
</a>

0 commit comments

Comments
 (0)