Fitnuts

Fitness, Wellness, Nutrition

Prerequisites

  1. Apache Server / PHP ^7.0
  2. Node ^10
  3. MySQL
  4. Composer

Step to install

Download/Clone Repo and Navigate to Project Directory

Setup Clientside

  1. cd into FitnutsLatestFrontendCode

  2. Install Dependencies

npm install
  1. Serve Application
ng serve
  1. Configure environment to point to Server Api

Setup ServerSide

  1. cd into serverCodeLatest
composer install
  1. Upload test.sql in Project Directory to mysql

  2. Connect to Database with config/application.php

  3. Serve Application

php -S localhost:[port] -t public public/index.php