A RESTful API for asynchronous text summarization built with FastAPI and Test-Driven Development principles. This project was created following Michael Herman's Test-Driven Development with FastAPI and Docker tutorial.
- Asynchronous text processing
- RESTful API design
- PostgreSQL database integration
- Docker containerization
- Pytest for writing unit and integration tests to test the API
- GitHub Actions to run tests before deploying to Heroku
Instruction coming soon…
This project was created as part of the Test-Driven Development with FastAPI and Docker course from TestDriven.io. The code is for educational purposes and personal use only. For licensing and usage terms, please refer to TestDriven.io's terms of service.