Skip to content

morel-porel/RecipeCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RecipeCart: Integrated Recipe and Grocery Shopping Platform

RecipeCart is a web application designed to solve the daily challenge of meal planning and grocery shopping. It provides a seamless experience for discovering recipes, viewing nutritional information, and ordering all the required ingredients for in-store pickup with a single click.


Design Prototype

The complete UI/UX design and project wireframes can be viewed on Figma:


Getting Started

This project is a monorepo containing both the recipecart-frontend (React) and recipecart-backend (Spring Boot) applications. Follow these instructions to get the full application running on a local machine.

Prerequisites

Before you begin, ensure you have the following software installed on your system:

  1. Git: For version control.
  2. JDK 17: Java Development Kit, version 17.
  3. Node.js (LTS): Includes npm for managing frontend packages.
  4. MySQL: A running MySQL server instance (e.g., via MySQL Workbench).
  5. An IDE: IntelliJ IDEA (for backend) and a code editor like VS Code (for frontend) are recommended.

Setup and Installation

git clone https://github.com/morel-porel/RecipeCart.git
cd RecipeCart/recipecart-frontend
npm install
npm run dev

Open your web browser and navigate to this URL. You should see the RecipeCart login page. Local: http://localhost:5173/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors