Spring Boot server using MySQL database
- REST API for actions with tours, users, and orders based on Three Layer Architecture
- Client-guide chat via storing chat history in Firebase
- RAKE(Rapid Automatic Keyword Extraction) algorithm for extracting keywords from dialog messages
- Clone repository:
git clone https://github.com/chikaldiriki/Guide-Helper-Server.git
- Install docker and docker-compose
docker compose build
docker compose up -d