Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 656 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 656 Bytes

Encrypted Textsearch Poc

Requirements

Run the service

  • Install project dependencies
$ poetry install
  • Start the service with Docker Compose:
$ docker-compose up -d
  • Or run it with poetry
$ poetry run main.py

Start

Open your browser at http://0.0.0.0:8000/docs, and you'll see the swagger interface which will allow you to add new messages (with application-side encryption) and to search through this messages