Skip to content

Latest commit

 

History

History
272 lines (229 loc) · 5.63 KB

README.md

File metadata and controls

272 lines (229 loc) · 5.63 KB

TrackIt Backend

This is the Javascript backend for the ultimate tracker.

Dependencies

You will need at least NodeJS 12.x.

  • Express for routering and low-level request handling
  • NeDB as an embedded document database
  • Winston for all logging
  • BCrypt for secure password storage
  • Joi for request validation
  • UUID for generating version 4 UUIDs
  • moment for getting relative times
  • lodash for regexp escaping and deep merge
  • csv for csv export

Codestyle