mlipscomb24 / P2-Pantry_Pals

Project 2
1 stars 1 forks source link

Pantry Pals

Description

Pantry Pals is a web application designed to assist users in tracking the expiration dates of their food items. This project aims to reduce food waste by helping users manage their pantry and refrigerator contents more effectively.

Table of Contents

Features

Technologies Used

Installation

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Set up your PostgreSQL database
  4. Create a .env file with your database URL, JWT secret, and other necessary environment variables
  5. Run database migrations and seed commands if applicable

Usage

To use the application locally:

  1. Start the server with npm start
  2. Access the application through your web browser at http://localhost:3000 (port will be provided once you run the application)

Screenshots

Landing Page Sign up Page Add item Dashboard with items Items expiration Leaderboard

API Endpoints

License

NA License

Contributing

We are not currently accepting contributions to this project.

Questions

Please feel free to reach out to our collaborators.

Collaborators

This project is a collaborative effort. Our team members are:

We appreciate the hard work and contributions of all team members in making this project possible.

Deployment

This application is deployed on Render. You can access it at: https://p2-expiration-help.onrender.com/dashboard

Future Enhancements