- Install PHP 7.4
- Install MySQL
- Install NodeJs and NPM
- Install Composer (Change path of composer link)
- Install Laravel 8
- Install Python (version 3.6 or above)
- Install Tensorflow (2.2.1 version)
- Set up MySQL
- Create a database
- Grant All privileges to the user created using root
- Clone the Project
- cd into your project
- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
IamLochan/Yoga-Recommendation-System
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published