https://github.com/himanegi/workout-buddy
A project that aims to provide users with a platform to track their workout routines.
https://github.com/himanegi/workout-buddy
Last synced: 5 months ago
JSON representation
A project that aims to provide users with a platform to track their workout routines.
- Host: GitHub
- URL: https://github.com/himanegi/workout-buddy
- Owner: himanegi
- Created: 2023-07-30T11:19:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T11:20:56.000Z (almost 3 years ago)
- Last Synced: 2025-05-17T11:36:50.147Z (about 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workout-buddy
A project that aims to provide users with a platform to track their workout routines.
# Built with
## Technologies
- MongoDB
- Express.js
- React.js
- Node.js
## Tools
- VS Code
- Git and Github
## Third-party code
- [Google Fonts](https://fonts.google.com/)
## Getting Started
### Prerequisites
This project uses MongoDB as database. please install mongodb server in local environment.
### Run Locally
Clone the project
```bash
git clone https://github.com/himanegi/workout-buddy.git
```
Go to the project directory
```bash
cd project-directory
```
Install dependencies
```bash
cd backend
npm install
cd ../frontend
npm install
cd ../
npm install
```
Start the backend server
```bash
cd backend
npm run dev
```
Start the frontend client
```bash
cd frontend
npm start
```