- Site: https://hpchatapp.netlify.app
- Accounts: [email protected] / [email protected]
- Password: 123456
- Postgres
- .NET Core SDK 3.1.302
- Update the connection string in appsettings.json for each service
- Run
dotnet build root.slnto build whole solution. - Run
setup.sqlmigration script to init databases. - BE: cd to
identity-serverandchat-servicesthen rundotnet run - FE:
cd web && npm install (node 12) && npm run start
For testing purpose:
- Backend: Rename file
.env.sampleto.envthen rundocker-compose up -d - Frontend:
cd web && npm install && npm run start - Open browser on
http://localhost:8080
- ASP.NET MVC Core 3.1
- Entity Framework Core 3.1
- ASP.NET Identity Core 3.1
- IdentityServer4
- SignalR for notification
- Vue 2
