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

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.

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
```