/Workout-Buddy

Simple MERN stack Application with CRUD Operations.

Primary LanguageJavaScript

Workout-Buddy

  • Welcome to the Workout Buddy! This is a full-stack web application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.

Installation

To run this application locally, follow these steps:

  1. Clone this repository to your local machine:
git clone https://github.com/SattyamSamania/Workout-Buddy.git
  1. Navigate into the cloned repository:
cd Workout-Buddy
  
  1. Navigate into the client directory and install the dependencies for the front end:
cd frontend
npm install

Usage

After installing the dependencies, you can start the server by running the following command from the root directory:

npm run dev

Once the server is running, open your web browser and go to http://localhost:5173.

To Start Backend Server

  1. Navigate into the server directory and install the dependencies for the Backend:
cd backend
npm install 
  1. To start the Server you can run this command:
npm start

Head over to http://localhost:4000 to see the Running Server.