Skip to content

DecodeTravel/crete-2025-team-hermes-backend

 
 

Repository files navigation

Decode Travel May 2025 - Crete

This is one of two repositories created and developed as par tof the Decode Travel occurred in May 2025, at Crete.

Reference Architecture Diagram

architecture.drawio.png

This repository

It implements the Distributor Plugin which listens for new Events coming in from Events Service.

For the Events Service implementation go here.

Steps to run

  1. Unzip the publish.zip.
  2. Install and start the distributor Camino Messenger bot on port 9090. Installation Instructions.
  3. Run the following command in a terminal
CaminoHackathonApi 8081

Note: You can use any port that is available on your machine.

  1. You need to have ngrok installed and ready to run.
  2. Run ngrok as ngrok http 8081 and get the https://.... given as output.
  3. Go to Events Service and create a subscription for your distributor service. The URL call back should be https://....<ngrok address.../Events.
  4. Then create an event here.
  5. You will see the search results appearing at the terminal output where you have CaminoHackathonApi running.

About

Backend for the Messenger Challenge done by Team Hermes at the Decode Travel Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%