Solution to the problem described in ASSIGNMENT.md
- Make sure node + npm are installed
- Install dependencies:
npm i - Start the backend and frontend:
npm start - Browse to:
http://localhost:4200/
In the file path textbox, enter a path to a log file or use the included test log file: sudo cp test.log /var/log
npm run testnpm run test-server(ensure the included test file is located at/var/log/test.log)npm run e2enpm run lint
- Add more client side unit tests
- Check for binary files and respond with a warning