- install
Dev Containers
extension in VS Code - press
Ctrl+Shift+P
and search forReopen in container
- press
Ctrl+Shift+P
, search forRun task
and 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