GroceryListV2 is a Node.js application designed to help you manage your grocery list efficiently. This project uses environment variables for configuration, demonstrates dependency management with npm, and supports custom tracing.
- Node.js: Ensure you have Node.js (v12 or higher recommended) installed.
- npm: Comes bundled with Node.js.
Follow these steps to set up and run the application:
Create a .env file in the root directory of the project and add the necessary environment variables based on the .env.example
Then run
npm i
node groverylistV2.jsRemember to get your own api key and project for the langsmith stuff from the website or you wont be able to see the tracing yourself