/hours

A toy project with Elm

Primary LanguageElm

A toy project with Elm

A very simple hour entry app written in Elm. The back-end is a PostgreSQL database with a REST API generated with PostgREST.

Requirements

Setting up the database

./setup-db.sh

Running the app

./run.sh

This will:

  • install JS dependencies and Elm dependencies
  • start PostgREST
  • start an Express server

Go to http://localhost:4000