Code Monkey home page Code Monkey logo

signalr-chat-project's Introduction

In order to correctly test this project please use the user properties provided in this document.
Some user information has been setup to be preseeded into the database when this solution is made to run on your machine for the first time.
These can be used to signin and test the system without having to signup a new user. This is useful as it prevents issues arising from errors due to inputs.

These users are preseeded:

FirstName="Segun"
LastName="Adaramaja"
Email="[email protected]"
UserName="[email protected]"
PhoneNumber="08095784765"
Password="P@$$word1"

******************************
FirstName="Seun"
LastName="Oyetoyan"
Email="[email protected]"
UserName="[email protected]"
PhoneNumber="07057893783"
Password="P@$$word1"

******************************
FirstName="Micheal"
LastName="Nwosu"
Email="[email protected]"
UserName="[email protected]"
PhoneNumber="08036754890"
Password="P@$$word1"

IMPORTANT: 1. To correctly run this solution, the EmployeeRecordsAPI project must be run first.
	   2. In order to signup a new user, the password must contain the following:
		A. an uppercase alphabetic character
		B. a lowercase alphabetic character
		C. a special character(eg. $ or ! etc)
		D. a numeric character
		E. between 8 and 15 characters.
		

STEP 1: Right click on the EmployeeRecordsAPI project in the Solution Explorer. Select "Start New Instance" under the "Debug" flyout menu.
This should run http://localhost:5000/api/auth on a browser window.

STEP 2: Right click on the HumanResourceSystem project in the Solution Explorer. Select "Start New Instance" under the "Debug" flyout menu.
This should run https://localhost:44313/ on a browser window. Note, you can create several more instances of this system by visiting the link on a new window.

STEP 3: Right click on the AccountingSystem project in the Solution Explorer. Select "Start New Instance" under the "Debug" flyout menu.
This should run https://localhost:44381/ on a browser window. Note, you can create several more instances of this system by visiting the link on a new window.

STEP 4: On both the open Accounting and the Human Resource Systems, sign up a new user by clicking on the "Sign Up" button or click the "Sign In" button to sign in with the email and password of any of the preseeded users listed above.
This should redirect you to the Chat Room on either System.

STEP 5: To send a broadcast message to all logged in users, enter the sender's name and the message to be broadcasted.
This should send a message to every logged in user.

STEP 6: To send a message to a single user, copy the target recipient's ConnID. A user's ConnID(connection Id) is their unique identifier and can be found under the "CHAT ROOM" header.
Paste the ConnID into the sender's "To" input box and enter the sender's name and message. This should send the target user a private message.

STEP 7: Click the "Log Out" button to log out a user.

signalr-chat-project's People

Contributors

engineer-kufre avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.