Skip to content

Zevere/BotOps-Vivid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vivid

Web API for chatbot operations(BotOps) in Zevere

Getting Started

This project requires .NET Core SDK 2.1 and a MongoDB instance.

  1. First, clone this repository
    # Clone the repository
    git clone https://github.com/Zevere/BotOps-Vivid.git
    
    # Switch to the project directory
    cd BotOps-Vivid
  2. Run a MongoDB instance. For example, using Docker:
    docker run --detach --publish 27017:27017 --name vivid-mongo mongo
  3. Run the web app
    dotnet run src/Vivid.Web/Vivid.Web.csproj
  4. http://localhost:5000/api/docs/swagger

About

A Chat bot service for Zevere

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages