What does reminder-app use?ΒΆ

Reminder app uses couple of thing underneath the hood:

  • Express - Express is used for routing, and serving all the frontend files.
  • HandleBars - We use handlebars as our templating language of choice. See handlebars documentation here.
  • Webpack - Webpack is used for serving frontend files that are capable of auto-reloading the webapp when files are edited during development, in production we used frontend files built by webpack.
  • LevelDB - We used leveldb as our choice of db, its fast and with the small layer code of level-uplevel or uplevel we can do migrations and other cool stuff with it.