Skip to content

EduResultChain-api is the backend API for the EduResultChain project, built using Laravel. This API provides endpoints for managing educational results and related data.

Notifications You must be signed in to change notification settings

alaminXpro/EduResultChain-api

Repository files navigation

EduResultChain-api

EduResultChain-api is the backend API for the EduResultChain project, built using Laravel. This API provides endpoints for managing educational results and related data.

Main Repository

For more information, visit the main repository: EduResultChain

Prerequisites

  • Docker
  • Docker Compose
  • PHP 8.2
  • Composer

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/alaminXpro/EduResultChain-api.git
    cd EduResultChain-api
  2. Install dependencies:

    composer install
  3. Copy the .env.example file to .env and configure your environment variables:

    cp .env.example .env
  4. Generate the application key:

    php artisan key:generate
  5. Run the database migrations:

    php artisan migrate
  6. Seed the database:

    php artisan db:seed

Running the Application

Using Laravel Sail (Docker)

  1. Start the application using Laravel Sail:

    ./vendor/bin/sail up
  2. Access the application at http://localhost.

Using PHP Artisan

  1. Start the application using PHP Artisan:

    php artisan serve
  2. Access the application at http://localhost:8000.

Contact

For any inquiries or issues, please contact the author via LinkedIn.

About

EduResultChain-api is the backend API for the EduResultChain project, built using Laravel. This API provides endpoints for managing educational results and related data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published