Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 866 Bytes

File metadata and controls

19 lines (13 loc) · 866 Bytes

Text Summarization API

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.

🐞 Features

  • 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

🐞 Getting Started

Instruction coming soon…

🐞 Note

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.