This app use Node.js as backend and Angualr as frontend. Server listens on port 3000 while client listens on port 4200, to running the app you should:
- First run "npm start" in root folder so the server could run,
- Then you should go to "angular-src" folder and run "npm start" so the frontend app could be build,
- Then you should go to browser and open "localhost:4200"
- The useranme is "admin" and the password is "123456"