Skip to content
/ Arka Public

A study in determining whether a web-based communication platform is effective in boosting one's academic performance.

Notifications You must be signed in to change notification settings

JSintos/Arka

Repository files navigation

Arka

Arka logo

This is our thesis project. It is essentially a study in determining whether a web-based communication platform is effective in boosting one's academic performance.

This project was built with love using PHP, Laravel, Blade, Vue, and JavaScript.

Link to the paper: https://drive.google.com/file/d/1zntvHDDNu1rRH8DG0xv4psZmaOzCMOi_/view?usp=share_link

Motivation

The motivation behind this project came from a collective disruption in learning that the COVID-19 lockdown brought. The unexpected shift from physical learning to a virtual space has created a negative impact on the students and highlighted the increase of academic burnout during distance learning.

To provide a solution to the evident problem of lack of motivation and increased academic burnout during distance learning, our team came up with an idea of developing a web-based communication platform with the main purpose of encouraging emotional support and peer collaboration.

Installation

  1. Clone the repository.
git clone https://github.com/JSintos/AAF-Maker.git
  1. Go inside the project directory.
cd Arka
  1. Install the Composer dependencies.
composer install
  1. Install the NPM dependencies.
npm install
  1. Create a copy of the .env.example file and rename it to .env. DO NOT simply rename the .env.example file to .env.

  2. Generate an app encryption key.

php artisan key:generate
  1. Create an empty database for the project and name it arka.

  2. Edit the Pusher properties (PUSHER_APP_ID, PUSHER_APP_KEY, PUSHER_APP_SECRET) in your .env file. Get the values from Joshy.

  3. Run the database migrations.

php artisan migrate
  1. Manifest the custom captcha configuration.
php artisan vendor:publish

Contributors

Joshua Salinas
Joshua Sintos
Yumi Terayama
Anekiel Trinidad

About

A study in determining whether a web-based communication platform is effective in boosting one's academic performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •