sageprice / SQLite-workout-tracker

Simple site for tracking workouts, backed by SQLite.
0 stars 0 forks source link

Simple node.js powered site for tracking workouts. Backed by an SQLite instance.

Playground site with several purposes:

  1. Learn how to use SQLite.
  2. Get more experience with JS.
  3. Test out Node.js for the backend.
  4. Try out a Github based workflow.
  5. At some point, actually track workouts (low priority).