Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 434 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 434 Bytes

assistant

Lunch menu

Local setup

Install and start redis server for caching.

$ pip install pre-commit
$ pre-commit install

$ poetry install
$ poetry shell

# parse restaurant from CLI
$ ./lunches.py bistroin

# start API server
$ fastapi dev

# install frontend
$ cd frontend
$ yarn install
$ yarn run dev

Production setup

docker build --target=runtime --tag="lunchmenu" .