Welcome to the LangGraph Starter Template repository! 🎉 This repository provides a solid foundation to kickstart your LangGraph-based projects with ease and consistency.
- Pre-configured for LangGraph projects.
- Dockerized environment for smooth development and deployment.
- Organized structure to help you focus on building features.
Ensure you have the following installed on your system:
-
Clone the repository:
git clone https://github.com/DevHusnainAi/Langgraph-Deployment-Template cd Langgraph-Deployment-Template
-
Build and run the application:
docker compose up --build
If you make any updates outside the src
directory (e.g., changes to the Dockerfile, dependencies, or configuration files), rebuild the Docker image by running:
docker compose up --build
For updates made inside the src
directory (e.g., code changes), you only need to restart the application without rebuilding the image:
docker compose up
.
├── src/ # Main project code
├── Dockerfile # Dockerfile for the application
├── docker-compose.yml # Docker Compose configuration
├── README.md # Project documentation
└── other files... # Configuration, scripts, and other necessary files
For questions or support, feel free to reach out:
- Author: Syed Husnain Khalid
Happy coding with LangGraph! 🚀