Skip to content

cone56/pg-assignment

Repository files navigation

PG Assignment

Solution to the problem described in ASSIGNMENT.md

Getting started

  • 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

Run tests and linter

  • npm run test
  • npm run test-server (ensure the included test file is located at /var/log/test.log)
  • npm run e2e
  • npm run lint

Todo

  • Add more client side unit tests
  • Check for binary files and respond with a warning

About

Log file viewer assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published