Skip to content

IamLochan/Yoga-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Made using Laravel

Installation procedure

  1. Install PHP 7.4
  2. Install MySQL
  3. Install NodeJs and NPM
  4. Install Composer (Change path of composer link)
  5. Install Laravel 8
  6. Install Python (version 3.6 or above)
  7. Install Tensorflow (2.2.1 version)
  8. Set up MySQL
    • Create a database
    • Grant All privileges to the user created using root
  9. Clone the Project
  10. cd into your project
  11. Run the following commands in the project directory
    • composer install
    • npm install
    • cp .env.example .env
    • Setup the .env file (set
      • DB_NAME,
      • DB_USERNAME,
      • DB_PASSWORD,
      • Mail_Trap - Sign up on mailtrap and paste mail credentials provided by it in .env)
    • php artisan key:generate
    • php artisan migrate:fresh
    • mkdir /public/storage/profile_images/ (this folder stores profile images)
    • php artisan storage:link
    • mysql -u DB_USERNAME -p DB_NAME < asanas_data.sql
    • mysql -u DB_USERNAME -p DB_NAME < disease_data.sql
    • php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages