Web API for chatbot operations(BotOps) in Zevere
This project requires .NET Core SDK 2.1 and a MongoDB instance.
- First, clone this repository
# Clone the repository git clone https://github.com/Zevere/BotOps-Vivid.git # Switch to the project directory cd BotOps-Vivid
- Run a MongoDB instance. For example, using Docker:
docker run --detach --publish 27017:27017 --name vivid-mongo mongo
- Run the web app
dotnet run src/Vivid.Web/Vivid.Web.csproj
- http://localhost:5000/api/docs/swagger