Skip to content

helakostain/assistant

 
 

Repository files navigation

assistant

Lunch menu

VS Code

  1. install Dev Containers extension in VS Code
  2. press Ctrl+Shift+P and search for Reopen in container
  3. press Ctrl+Shift+P, search for Run task and select Run all
  4. open http://localhost:5173/ in your browser

Local setup

Install and start redis server for caching.

$ pip install pre-commit uv
$ pre-commit install

# parse restaurant from CLI
$ uv run lunches.py bistroin

# start API server
$ uv run fastapi dev

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.0%
  • Svelte 29.4%
  • HTML 4.0%
  • JavaScript 2.1%
  • CSS 2.1%
  • Dockerfile 1.2%
  • Shell 0.2%