api code global jain

This commit is contained in:
Abhishek Mali
2025-11-05 10:37:10 +05:30
commit 52fe7e2bec
2834 changed files with 1784903 additions and 0 deletions

47
README.md Normal file
View File

@@ -0,0 +1,47 @@
<p align="center"><img src="https://globaljain.net/images/web/global-jain-logo.svg" width="50%" alt="Logo Global Jain"></p>
## About Global Jain
World's first and largest religious Social Networking Platform for JAIN Community.
## Install
You can create new Laravel project using git clone
git clone https://github.com/global-jain/api.git
After the project is created run the following commands
cd api
Fetch the all code from remote branches to local branches
git fetch --all
Install the dependencies using composer
composer install
Copy the environment from .env.example to .env and add database connection
copy .env.example .env
Then generate application key
php artisan key:generate
Then create storage link
php artisan storage:link
Then run the migrations
php artisan migrate:fresh
Start the local development server
php artisan serve
You can now access the server at http://localhost:8000
Or You can create virtual host and execute the project in your local system.