robertbutacu / money-track

A simple command line tool which helps keep track of purchases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

money-track

A simple app which helps keep track of purchases.

In order to be able to use the project, you will need:

  1. Scala for the backend project => https://www.scala-lang.org/download/
  2. Sbt - Scala package management => https://www.scala-sbt.org/download.html
  3. Mongo for the database storage => https://www.mongodb.com
  4. Haskell for the command line parser => https://www.haskell.org/platform/
  5. cabal - Haskell package manager => http://hackage.haskell.org/package/Cabal

The Haskell command line parser does require a few dependencies.

About

A simple command line tool which helps keep track of purchases.

License:Apache License 2.0


Languages

Language:Scala 84.3%Language:Haskell 15.7%