This is a assignment project for job application.
The client is located in metronik-angular-datatable
To install the libraries use
npm install
The node version used is v16.13.2
Use ng serve
to run it.
The client sends requests to the server that is presumed to be located at https://localhost:7103/
If the server is not running on port 7103 then you can change it on the client in
environment.prod.ts
and environment.ts
The server presumes the client is running at http://localhost:4200/. This can be changed in Program.cs. It uses SQLite located at temp.db to store data.