/wine-db

Wine database for personal cellar management

Primary LanguageHaskell

wine-db

wine-db (for lack of a better name) is a backend intended for keeping track of your wine collection. It was/is developed as a project in the course INF329 Advanced Functional Programming at UiB.

The application is built in haskell using libraries like scotty, sqlite-simple, and beam.

For developers

Ensure that sqlite and stack is installed.

Running the server:

stack run

Compiling:

stack build