Skip to content

Sense1Tapo4ek/NeoChef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoChef

A local recipe graph: discover meals from what you already have.


🚀 Getting Started

This guide will walk you through setting up and running the NeoChef project locally.

Prerequisites

  • Docker must be installed and running.
  • Python 3.12+ is required.
  • uv is used as the package manager.

1. Configuration

The project uses a .env file for configuration, particularly for the database password.

  • Copy the example file:
cp .env.example .env

Open the new .env file and set your desired NEO4J_PASSWORD.

2. Install Dependencies

Use uv to create a virtual environment and install all required packages from pyproject.toml.

uv sync

3. Launch the Database

The Neo4j database runs in a Docker container. Launch it from the project root:

docker-compose -f neo4j/docker-compose.yml up -d --build

4. Verify the Setup

Run the health check script to confirm that the application can connect to the database.

uv run python -m scripts.health_check

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors