This project aims to create a comprehensive tool for managing groceries, integrating recipes, and tracking nutrition. It analyzes current inventory, helps with grocery list creation for meal prep, and provides nutritional information, including macronutrient counts. The tool also suggests recipes based on what ingredients users have on hand.
- User Account Creation and Login: Secure user authentication to access and manage personal data.
- Grocery Inventory Management: Functionality to add/remove items, and track quantity and expiration dates.
- Recipe Suggestion: Recipe recommendations based on the user's current inventory.
- Nutritional Information Display: Macronutrient and calorie counts for each recipe.
- Grocery List Generation: Automated generation of shopping lists based on recipe selection or inventory needs.
https://tylerdelrosario.github.io/PantryPal/
A .env
file must be created before starting up the server. The following parameters must be added:
DB_URL
GOOGLE_SECRET
GOOGLE_ID
GOOGLE_SCOPE
GOOGLE_REDIRECT
The values for these variables are on discord. Message @TylerDelRosario if you need help setting this up.
- Node.js
- npm (or yarn)
First, clone the repository to your local machine:
git clone https://github.com/your-username/your-project-name.git
Navigate to the project directory:
cd your-project-name
Install the required dependencies:
npm install
To run the application, execute:
npm start
This will start the server. By default, the server usually runs on port 3000, unless otherwise specified. In your web browser, go to: http://localhost:3000
- Week 1-2: Project setup and MVP definition.
- Week 3-4: Core feature development.
- Week 5: Macro breakdown implementation and feature enhancements.
- Week 6: Testing, bug fixes, and deployment.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
For internal use:
- Focus on implementing feature X by next Saturday.
- Prioritize tasks aligned with user stories for inventory management, recipe suggestions, and meal planning.
- Discuss Azure Cosmos integration and environmental variables setup.
- Environment setup and initial project structure.
- Inventory management backend connection.
- Initial API endpoints for recipes and meal plans.
- We are using [Postman/Insomnia] for testing REST APIs.
dsd-03-2024/main