Skip to content

Latest commit

 

History

History
executable file
·
28 lines (22 loc) · 721 Bytes

README.md

File metadata and controls

executable file
·
28 lines (22 loc) · 721 Bytes

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