this project is about bank management system where user can open their online through online. Use can apply the loan and update their account details. Below are the technology stack is being used.
Frontend - Angular 12, javascript, ngrx, HTML, css, typescript, rxjs
Backend - ASP .Net with entity framework (Rest API)
Have angular install in your local create a repository ion local perform git init in the repository clone the repository from http://172.18.2.18/shaktishankar/bank-management-system.git
* @angular/cli
-
ng
-
bootstrap
-
ngrx
-
dotnet
-
dotnet-ef
-
microsoft.entityframeworkcore
-
microsoft.entityframeworkcore.design
-
microsoft.entityframeworkcore.sqlite
-
microsoft.entityframeworkcore.sqlServer
-
microsoft.entityframeworkcore.sqlserver.design
- configur sqlserver locally
- ADD evn path properly to run the cli command
- Update the connection string accodingly based on the sql server configuration under api/startup.cs
##build * Launch local server
-
Launch client using ng serve