/jogging-express

RESTful API for the jogging app

Primary LanguageJavaScript

Jogging API

This is a RESTful API for the Jogging app.

It's built on top of a Node.js stack, using Express.js as the basic HTTP framework.

Storage is handled by MongoDB through Mongoose.

TODOs

Features

  • Invalidate token
  • Email verification
  • Password reset
  • Social auth (Facebook/Twitter)

Quality

  • Error handling
  • Documentation
  • Tidy up (check TODOs in the code)
  • SSL
  • Complete tests (coverage)
  • Deployment
  • Automate stuff (Grunt)
  • Linter
  • Static analysis
  • CI
  • Code quality metrics