Skip to content

jlgapp/FinancialChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinancialChat

Financial Chat SingnalR

  1. create DataBase en SQLServer, and change the conectionString Inside appsettings.json from FinancialChat.Api (IdentityConnectionString)

    Data Source=localhost; Initial Catalog=FinancialSecurity; User Id=sa;Password=XXXXXXXXXXXXXXXXXXXX;

    Inside appsettings.json from FinancialChat.Api check bot url (ChatBot), Ip and Ports must be the same executed FinancialChatBot.Api

  2. right click on root solution and properties, startup Project, select Single startup project, and select FinancialChat.Api

  3. Make FinancialChat.Api default project. (right click set as startup project)

  4. in Tools --> Nuget Packaga Manager --> Packaga manager console

  5. in nuget console, Default project select FinancialChat.Identity

  6. update-database -context FinancialChatIdentityDbContext

  7. in nuget console, Default project select FinancialChat.Infrastructure

  8. update-database -context FinancialChatDbContext

  9. right click on root solution then properties, startup Project, select Multiple startup project, select FinancialChat.Api and FinancialChatBot.Api

In the Web application

  1. install angular cli $ npm install -g @angular/cli

  2. inside path from the web aplicacion run: npm install

  3. Chech urls and ports inside enviroments --> enviroment.ts

  4. run web: ng serve --o

About

Financial Chat SingnalR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published