- The Back-end is built with C# Asp.Net core 3.1
- The Frond-end with Angular 11.2.8 and Typescript 4.1.5
- Clone the repo
- Open the back end project first, look for .sln file inside the root folder.
- double click and open it.
- Restore the nuggets
- Run database script in AccountManagementSystem.Data/DbScript/
- Run the tests and the project
- 2 Tests might fail due to the code id being autogenerated but check the comments in the faling tests for more infor
- open this folder (account-management-system-ui) in visual studio code, this is the front end project
- firstly, install node packages (npm install)
- then npm start to run the front-end app
- Lastly, open this link in your browser type http://localhost:4200/ if you have another app running at this port number look at your log terminal for a different port number
- NB: Its best to use postman to test all the APIs since the Front-end is not completely done