https://github.com/abunuwas/manning-twitch-build-deploy-api
Repository for Manning Twitch session about building and deploying APIs with Python
https://github.com/abunuwas/manning-twitch-build-deploy-api
api api-documentation api-ops api-rest api-server api-testing dredd dredd-hooks fastapi heroku heroku-deployment python rest rest-api restful restful-api
Last synced: 6 months ago
JSON representation
Repository for Manning Twitch session about building and deploying APIs with Python
- Host: GitHub
- URL: https://github.com/abunuwas/manning-twitch-build-deploy-api
- Owner: abunuwas
- Created: 2021-07-15T10:39:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T06:49:21.000Z (over 4 years ago)
- Last Synced: 2024-04-13T19:05:20.971Z (almost 2 years ago)
- Topics: api, api-documentation, api-ops, api-rest, api-server, api-testing, dredd, dredd-hooks, fastapi, heroku, heroku-deployment, python, rest, rest-api, restful, restful-api
- Language: Python
- Homepage: https://youtu.be/YtK69EuAkoo
- Size: 66.4 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Author: Jose Haro Peralta
[](https://www.linkedin.com/in/jose-haro-peralta/) [](https://twitter.com/JoseHaroPeralta)
### Full stack consultant; creator of [microapis.io](https://microapis.io)
### Book: [Microservice APIs with Python](https://www.manning.com/books/microservice-apis-in-python)
### Discount code: **watchperalta40**
### Presentation: Building and deploying reliable APIs with FastAPI
### Presentation video: [https://www.twitch.tv/videos/1088283640](https://www.twitch.tv/videos/1088283640)
## Agenda
1. Introduction
2. Introduce todo API specification
3. Build todo API
4. Test todo API
5. Set up Travis CI
6. Deploy to Heroku