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.
- Host: GitHub
- URL: https://github.com/sattyamsamania/workout-buddy
- Owner: SattyamSamania
- Created: 2024-03-06T07:59:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T08:27:17.000Z (over 1 year ago)
- Last Synced: 2024-03-08T08:36:50.349Z (over 1 year ago)
- Topics: express-js, mern-stack, mongodb, node-js, reactjs, workout-tracker
- Language: JavaScript
- Homepage: https://65eacc58f439585a069bea5b--earnest-begonia-721816.netlify.app/
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.