Skip to content

mehan05/Recipe_Selling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup and Run Instructions

This guide will help you set up and run both the Frontend and Backend parts of the project on your local machine. The project is split into two main parts: the frontend (React) and the backend (Node.js/Express). Both need to be running concurrently for the project to function properly.

Prerequisites

Before you begin, make sure you have the following installed on your machine:

  • Node.js (v14 or higher)
  • npm (Node package manager) - Comes bundled with Node.js
  • Git (Optional, but recommended for cloning repositories)
  • MongoDB (If using MongoDB as a database) or a connection string for your database provider

Step-by-Step Instructions

1. Clone the Project

Start by cloning the project repository:

   git clone <repo_Link>

2. Paste the mongo db connection string in file present inside /backend/.env

3. Split the terminal

In one locate to backend by typing

      cd backend

In Another locate to frontend by typing

      cd frontend

4. In Frontend directory terminal run:

    npm install
    npm run dev

5. In Backend directory terminal run:

    npm install
    npm start

6. Now Click the link in your frontend terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages