Skip to content

helakostain/assistant

 
 

Repository files navigation

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" .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.1%
  • Svelte 31.4%
  • HTML 4.4%
  • CSS 2.3%
  • Dockerfile 1.8%
  • JavaScript 1.7%
  • Shell 0.3%