You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,30 @@ Small base project to build and deploy a fastapi backend..batteries included.
20
20
***Robust**: Get production-ready code. With automatic interactive documentation.
21
21
***Standards-based**: Based on (and fully compatible with) the open standards for APIs: <ahref="https://github.com/OAI/OpenAPI-Specification"class="external-link"target="_blank">OpenAPI</a> and <ahref="http://json-schema.org/"class="external-link"target="_blank">JSON Schema</a>.
22
22
* <ahref="https://fastapi.tiangolo.com/features/"class="external-link"target="_blank">**Many other features**</a> including automatic validation, serialization, interactive documentation, authentication with OAuth2 JWT tokens, etc.
23
-
***SQLAlchemy**models
23
+
***SQLModel**Library for interacting with SQL databases from Python code, with Python objects. It is designed to be intuitive, easy to use, highly compatible, and robust
24
24
***CORS** (Cross Origin Resource Sharing).
25
25
***NGINX** High Performance Load Balancer, Web Server, & Reverse Proxy
26
26
***Let's Encrypt** A free, automated, and open certificate authority (CA), provided by the Internet Security Research Group (ISRG)...with automatic cert renewal.
27
-
***MongoDB**General purpose, document-based, distributed database built for modern application developers.
28
-
***Motor**Coroutine-based API for non-blocking access to MongoDB
29
-
*Request rate limiting for api routes.
27
+
***PostgresSQL**Powerfull open source object-relational database
28
+
***AsyncPG**Database interface library designed specifically for PostgreSQL and Python/asyncio.
29
+
***Redis** In-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker.
0 commit comments