An open API service indexing awesome lists of open source software.

https://github.com/structlooper/solidgarbanzo_str

Project For three users Super Admin & teacher | Student
https://github.com/structlooper/solidgarbanzo_str

Last synced: 8 months ago
JSON representation

Project For three users Super Admin & teacher | Student

Awesome Lists containing this project

README

          

# solidGarbanzo_str

To install this laravel project


SuperAdmin Access

mail-> superAdmin@mail.com

password-> 12345678


the all type of users and admin have password [12345678].


You have to follow the following steps


The Project Screens Are Available In Screens Folder


Dont forget to import soluction.sql file



go to the folder where you want to colne the project.

--> open terminal and write "git clone https://github.com/structlooper/solidGarbanzo_str.git"

-->now install composer by cmd "composer install"

-->now copy .env file by cmd "copy .env.example .env"


and open .env file and check database setting


{


DB_CONNECTION=mysql


DB_HOST=127.0.0.1


DB_PORT=3306


DB_DATABASE=laravel //write database name


DB_USERNAME=root //user name of your database


DB_PASSWORD= //DB_PASSWORD if configured otherwise leave it


}





-->after this you have to genrate the application key by cmd


"php artisan key:generate"


// it will generate application key set successfully


-->now you have take the DUMP data sql file from this which is Solution.sql and


import it inside your mysql databse.


-->now migrate the database with project cmd "php artisan migrate"


-->now to run development server write cmd "php artisan serve"


it will generate localhost -> http://127.0.0.1:8000/ on this you can view