Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 388 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 388 Bytes

A-Form Chatbot Demo

A-Form Chatbot Demo is a Spring Boot application that provides a simple chatbot demo for A-Form.

Run on localhost

This project is using .env file for environment variables. You can use .env.template file as a template.

  1. Clone the repository
  2. Make .env file in the root directory as '.env.template' file with your chatbot server URL
  3. Run the application