Skip to content

sachintha-lk/cc-project

Repository files navigation

EducateLanka - Group 3 - CC project

Laravel Logo

Educate Lanka is a laravel based Learning Management System to help the Sri Lankan school education system.

Technologies : Laravel , Livewire , Tailwind CSS , Alphine JS , OpenAI API

Contents

Features

AI Generated Quiz Feature

The project uses the Open API to generate questions and answers for a given prompt. The package used for this is https://github.com/openai-php/laravel.

The model used was the GPT-3.5 Turbo model.

To use the API, obtain an API key by signing up at https://platform.openai.com/ and create a new API key from here: https://platform.openai.com/account/api-keys

Then add the API key to the .env file as follows:

OPENAI_API_KEY=<your-api-key>

Note

Since this is a paid API, refer the OpenAI pricing page for more information about pricing for the GPT-3.5 turbo model: https://openai.com/pricing/

LMS Functionalities

Forum

A forum for students to discuss was implemented by using the Package: https://github.com/Team-Tea-Time/laravel-forum

A forum category is created for each subject automatically when a new subject is created.

Getting Started

Prerequisites

Node JS, NPM, PHP, Composer, Laravel

Installation

  1. Clone the github repository.

        git clone https://github.com/sachintha-lk/cc-project/
  2. Install the dependencies.

    Move in to the folder

    cd cc-project
    composer install
    npm install

    Build with vite

    npm run build
    
  3. Create the .env file by copying .env.example

    Generate an app encryption key

    php artisan key:generate
  4. Create a database and configure the .env file. For this either use a Sqlite database or a MySQL database. Follow instructions in configuring the env file: https://laravel.com/docs/10.x/database

  5. Run the migrations.

    php artisan migrate
  6. Run the seeder.

    php artisan db:seed
  7. Run the dev server.

    npm run dev
    php artisan serve

About

EducateLanka is an Laravel based LMS system to help support Sri Lankan School system - Group 3 | Used OpenAI API to generate quizes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages