Getting Started with InfinityFit¶
Welcome to InfinityFit! Follow these steps to set up and start using the platform.
Step 1: Install Prerequisites¶
Ensure you have the following installed: 1. [Node.js](https://nodejs.org) 2. [Python 3.8+](https://www.python.org/) 3. A database system (MySQL or MongoDB).
Step 2: Clone the Repository¶
- Clone the InfinityFit repository from GitHub:
git clone https://github.com/lyeong1010/InfinityFit.git cd InfinityFit
Step 3: Install Dependencies¶
- Install the required dependencies:
npm install pip install -r requirements.txt
Step 4: Configure Environment¶
Create a .env file and add the following configuration:
Step 5: Run the Application¶
Start the development server: