A warehouse logging application to record all in and outs of goods. Created using Haskell, this application is targeted for staff that manages inventory at some warehouses.
- Record inventory into database log
- Install GHC, cabal-install and haskell-language-server via GHCup
- Open terminal, and change directory to this project
- Run
$ cabal build
- After it successfully built, run this project with
$ cabal run