Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dialogflowchatbot committed Jan 11, 2024
2 parents fadbdbe + e60c474 commit e7e2ca6
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# app-backend
# Dialog flow chat bot backend

<img src="https://img.shields.io/badge/Rust-1.75.0-blue" />

![Demo](https://github.com/dialogflowchatbot/dialogflow-showcase/blob/d8380bf728a87fb8e9df2a2d8796bd58c61015d9/screenshots/demo1.gif)

---

Hi there.
This is a sub-project of [Dialog flow chat bot](https://github.com/dialogflowchatbot/dialogflow)
It's written in Rust language

## How to build this project?
This is a typically `Rust` project, you can use `Cargo` to manage this project
```
git clone https://github.com/dialogflowchatbot/dialogflow-backend
cd dialogflow-backend
cargo r
```

Once it start, open a browser and visit: http://localhost:12715

Press `Ctrl+C` to terminate application.

## Where are front end files?
This repository contains compiled front end files, path is: `src/resources/assets`
For those original editable front end files, please goto this repository: [Dialog flow chat bot front end project](https://github.com/dialogflowchatbot/dialogflow-frontend)

0 comments on commit e7e2ca6

Please sign in to comment.