-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
195386f
commit 21334ff
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# app-backend | ||
# Dialog flow chat bot backend | ||
|
||
## 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) |