Simple to-do application written in Node and Elm.
Backend
# 1. install dependencies
> brew install mongodb-community
# 2. start server
> yarn serverFrontend
# 1. install dependencies
> yarn install
# 2. start client server
yarn devFrontend + Backend
# 1. start both client and server
yarn start- Implement Elm Http.request
- Convert server .js to .ts