Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Chefkit Backend - API and Data Services

Chefkit Backend powers the server-side services for the Chefkit ecosystem. It is a Python backend focused on API, data processing, and service integrations.


Stack

  • Python
  • FastAPI-style service workflows (project scripts + service entrypoint)
  • Structured docs and data assets under docs/ and data/

Repository Structure

main.py # Main backend entrypoint
utils.py # Utility helpers
requirements.txt # Python dependencies
data/ # Dataset and runtime data
files
scripts

Setup

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python main.py

Environment

  • Configure local environment variables in .env when needed.
  • Keep sensitive keys (serviceAccountKey.json, etc.) out of public exposure.

Notes

  • This backend pairs with Chefkit-Online for web-facing UX.
  • Review plan.md and docs/ for architecture and feature context.

About

𝐂𝐡𝐞𝐟𝐤𝐢𝐭 𝐁𝐚𝐜𝐤𝐞𝐧𝐝 is the Python backend powering Chefkit services, APIs, and data workflows for the Chefkit ecosystem.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages