Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.15 KB

Order-Management-Station

This is a assignment project for job application.

Client

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

Server

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.