Texter is a simple text comparison API written in pure python, only using FastAPI for the endpoint.
NOTE: Assumes you have docker and docker-compose installed.
- Clone the repository
- Run docker-compose up --build
- Open a browser tab and go to
http://0.0.0.0:8000/api/docs - Try out both endpoints! Check the console for the logs.