A Chat-like app allows a user to save and search notes in conversations with a chatbo. Use microservice structure with CI/CD pipeline deploying to AWS works on node version > 12 Tech-stack: Typescript (Node, React), GraphQL, Docker, MySQL Structure: chat-app (Frontend) -> api-Gateway (GraphQL) -> (users-service -> users-service-db | chat-service -> chat-service-db) TODO: - add NLP module (Django), - setup CI/CD, - deploy to AWS