Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bozz committed Sep 10, 2020
1 parent ef433a1 commit a847b79
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# FastAPI Movies Store

## Author : Peem Srinikorn
### Author : Peem Srinikorn

____
Example of API code using FastAPI.
Let's Unleash the API with FastAPI feature contains Python 3, Asynchronous server, Modernization, Powerful API Document, GraphQL, WebSocket

## Medium (Thai Language)

[[Review] สร้าง API ด้วย FastAPI เร็ว แรง ฟิ้ว ๆ](https://medium.com/@p.srinikorn/review-%E0%B8%AA%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B8%87-api-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-fastapi-%E0%B9%80%E0%B8%A3%E0%B9%87%E0%B8%A7-%E0%B9%81%E0%B8%A3%E0%B8%87-%E0%B8%9F%E0%B8%B4%E0%B9%89%E0%B8%A7-%E0%B9%86-148b10416a70)


[สร้าง CI/CD Pipeline ด้วย Google Cloud Build ภายใน 5 นาที !!!](https://medium.com/@p.srinikorn/%E0%B8%AA%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B8%87-ci-cd-pipeline-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-google-cloud-build-%E0%B8%A0%E0%B8%B2%E0%B8%A2%E0%B9%83%E0%B8%99-5-%E0%B8%99%E0%B8%B2%E0%B8%97%E0%B8%B5-56abf2472567)


------
## Prepare Project
```
pipenv shell --python 3
Expand All @@ -20,20 +30,28 @@ python main.py
pytest -v
```


## Docs
```
0.0.0.0:8080/docs
```

## GitHub CI/CD worlflow with Google Cloud
![alt text](https://miro.medium.com/max/700/1*l9ghcPRhNzwRnrJD6BE7gA.png "GitHub CI/CD workflow with Google Cloud")
## Image and Flow

### API Documents
![alt text](docs.png "API Documents")



### Interactive Documents

![alt text](https://miro.medium.com/max/700/0*gkOCrICOFr093WsK.gif "API Documents")



#### GitHub CI/CD worlflow with Google Cloud

![alt text](https://miro.medium.com/max/700/1*l9ghcPRhNzwRnrJD6BE7gA.png "GitHub CI/CD workflow with Google Cloud")


# Medium (Thai Language)
## [[Review] สร้าง API ด้วย FastAPI เร็ว แรง ฟิ้ว ๆ](https://medium.com/@p.srinikorn/review-%E0%B8%AA%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B8%87-api-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-fastapi-%E0%B9%80%E0%B8%A3%E0%B9%87%E0%B8%A7-%E0%B9%81%E0%B8%A3%E0%B8%87-%E0%B8%9F%E0%B8%B4%E0%B9%89%E0%B8%A7-%E0%B9%86-148b10416a70)


## [สร้าง CI/CD Pipeline ด้วย Google Cloud Build ภายใน 5 นาที !!!](https://medium.com/@p.srinikorn/%E0%B8%AA%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B8%87-ci-cd-pipeline-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-google-cloud-build-%E0%B8%A0%E0%B8%B2%E0%B8%A2%E0%B9%83%E0%B8%99-5-%E0%B8%99%E0%B8%B2%E0%B8%97%E0%B8%B5-56abf2472567)
Binary file added docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a847b79

Please sign in to comment.