Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 796 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 796 Bytes

Emplish List

This is a web application to register all your recipes and possible ingredients that you might buy.

The application then allows to generate the list of things to buy, given your choice of recipes, for example to eat the coming week.

Stack

The backend uses the Play framework, together with Slick to access a postgres database.

The frontend uses the Laminar framework for UI rendering.

Deploy

The app is hosted on Heroku. In order to deploy, after logged into Heroku (using the command heroku login), simply type in:

export SBT_OPTS="-Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=6G -Xss2M  -Duser.timezone=GMT"
sbt clean stage backend/deployHeroku

To see the files on the deployed server:

heroku run bash --app APPNAME