EduResultChain-api is the backend API for the EduResultChain project, built using Laravel. This API provides endpoints for managing educational results and related data.
For more information, visit the main repository: EduResultChain
- Docker
- Docker Compose
- PHP 8.2
- Composer
-
Clone the repository:
git clone https://github.com/alaminXpro/EduResultChain-api.git cd EduResultChain-api
-
Install dependencies:
composer install
-
Copy the
.env.example
file to.env
and configure your environment variables:cp .env.example .env
-
Generate the application key:
php artisan key:generate
-
Run the database migrations:
php artisan migrate
-
Seed the database:
php artisan db:seed
-
Start the application using Laravel Sail:
./vendor/bin/sail up
-
Access the application at
http://localhost
.
-
Start the application using PHP Artisan:
php artisan serve
-
Access the application at
http://localhost:8000
.
For any inquiries or issues, please contact the author via LinkedIn.