Skip to content

JOscarSoft/Jobsity.Chat

Repository files navigation

Jobsity Chat

A chat bot web application focused on the back-end code.

Completed bonus task

  • Authentication with IdentityServer
  • Command errors are handled by chat Administrator

Libraries

Getting Started

Prerequisites

  • .NET 5 Build Sdk && .NET 5 Runtime
  • Microsoft SQL Server 2017
  • RabbitMQ

Run

  1. Start your RabbitMQ Server + MSSQL Server 2017
  2. Update the appSettings in Jobsity.Chat.App/appsettings.json and Jobsity.Chat.Bot/appsettings.json
  3. In the root folder, run
dotnet restore
dotnet build
  1. Then, start rabbit bot with
cd Jobsity.Chat.Bot
dotnet run
  1. Run the web app (Jobsity.Chat.App)
  2. Create your account
  3. Start chatting

Tests

On the project root, run this command to run all tests

cd Jobsity.Chat.Tests
dotnet test

About

Chat bot for Jobsity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published