An open API service indexing awesome lists of open source software.

https://github.com/sattyamsamania/workout-buddy

Simple MERN stack Application with CRUD Operations.
https://github.com/sattyamsamania/workout-buddy

express-js mern-stack mongodb node-js reactjs workout-tracker

Last synced: 7 months ago
JSON representation

Simple MERN stack Application with CRUD Operations.

Awesome Lists containing this project

README

          

# 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:

```bash
git clone https://github.com/SattyamSamania/Workout-Buddy.git
```

2. Navigate into the cloned repository:

```bash
cd Workout-Buddy

```

3. Navigate into the client directory and install the dependencies for the front end:

```bash
cd frontend
npm install

```

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

```bash
npm run dev

```

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

## To Start Backend Server

4. Navigate into the server directory and install the dependencies for the Backend:

```bash
cd backend
npm install
```

5. To start the Server you can run this command:

```bash
npm start
```

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