Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 416 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 416 Bytes

jogg

This is an attempt to write REST API that tracks jogging times of users and also tried to fetch corresponding weather information.

Things to consider

  • User creation, login, roles, and role based authentication.
  • Track date, distance, time, and location of each jogg entry.
  • If we can fetch weather information, that would be great.
  • Then typical things like reporting, pagination and adv. query filters.