- install
Dev Containersextension in VS Code - press
Ctrl+Shift+Pand search forReopen in container - press
Ctrl+Shift+P, search forRun taskand selectRun all - open http://localhost:5173/ in your browser
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