Skip to content

Commit 075f57c

Browse files
authored
Updated dependency and readme (#2)
1 parent 1580ea3 commit 075f57c

File tree

3 files changed

+476
-450
lines changed

3 files changed

+476
-450
lines changed

README.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# FastAPI + GraphQL Starter
2+
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
3+
![](https://img.shields.io/badge/code%20style-black-000000.svg)
4+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/CloudBytesCollection/sample-fastapi-graphql-starter-project/graphs/commit-activity)
5+
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
6+
7+
28
A python starter project using FastAPI and GraphQL. This project leverages docker for containerization and was the initial foundation for the complete project, <a href="https://github.com/CloudBytesCollection/sample-fastapi-graphql-book-api">sample-fastapi-graphql-book-api</a>. The starter is created for and used in the <a href="https://www.amazon.com/dp/B09Z7CSDRX">Building Serverless Python Apps Using FastAPI and AWS</a> book by <a href="https://eidanrosado.com">Eidan J. Rosado</a>.
39

410
### Running Services with Docker

0 commit comments

Comments
 (0)