A meal suggester/planner with ingredients price checker and youtube transcript to easy-to-follow recipe steps...
- Python 3.11 or above
- NodeJS 23.4 or above
- Create a terminal on the
/backenddirectory - Create a Python virtual environment
python -m venv venv && source ./venv/bin/activate- Install all the requirements
pip install -r requirements.txt- Run FastAPI and profit
fastapi dev- Create a terminal on the
/frontenddirectory - Install all the required packages
npm i- Run ViteJS and profit
npm run dev