/ChatDEMO

chat demo

Primary LanguageC#

ChatDEMO

Hi to try this application you have to follow the next steps:

  • 1. Open the solution on your Visual Studio
  • 2. Open your Package Manager Console
  • 3. Run the following command: Install-Package EntityFramework (if you have this package already installed you can skip it)
  • 4. Run this command: EntityFrameworkCore\Update-Database
  • 5. Then you should be all set up with your database
  • 6. Run the application
  • 7. Register with an email and your password, remember the password must have a Capital Letter, a Number, a Special Character and at least 6 characters
  • 8. Log in with your email and password.
  • 9. Now you must be in the chat room write something!
  • 10. You Can follow the StockBot instructions too
  • 11. Finally you can try Logging out too.
To try the installer follow these steps:
  • 1. Go to the Extensions tab
  • 2. Click on Manage extensions
  • 3. In the search bar type: Microsoft Visual Studio Installer Projects 2022
  • 4. Install it
  • 5. After you installed it, right click on the SetupInstaller project and build it
  • 6. In the output tab you'll see the path where the installer was created copy that
  • 7. Go to the File Explorer and paste the path into the path tab
  • 8. The installer should open and follow the instructions