Real-Time Application Feedback and Testing Platform for Developers and Testers.
Report Bug
·
Request Feature
Table of Contents
This repository is a final project repo for Software Engineering Class, Teknik Informatika, Universitas Padjadjaran.
In order to have this project installed and running, you need to install the following:
- Git
- npm
- Composer
- PHP >= 7.3
- Clone the repo
git clone https://github.com/dickyhermawan12/qualia.git
- Install Composer dependencies
composer install
- Install NPM packages
npm install
- Configure database credentials in
.env
and change the required fields. You may create the database on your local machine and connect to itDB_HOST=your-db-server-hostname DB_DATABASE=your-db-name DB_USERNAME=your-db-server-username DB_PASSWORD=your-db-server-password-for-the-designated-username
- Build web assets and run vcon service
npm run ignite
- Run database migrations
php artisan migrate
- Start local development server
php artisan serve
- Register for a new account.
- You will initially be given access to a personal team. You may want to create a new team and invite other user by email.
- Create a project corresponding to your team.
- Arrange new live session for your project. Fill the participant identity and start the live session by clicking Join.
- Now enjoy the real-time interaction with video and chat feature for your feedback and live testing session!
- Create project repo
- Form account, project, and live session schematics and implementations
- Integrate video conferencing and chat feature using Agora
See the open issues for a full list of proposed features (and known issues).
NPM | Name |
---|---|
140810190001 | Dicky Rahma Hermawan |
140810190005 | Mohamad Fahrio Ghanial Fatihah |
140810190033 | Chandra Wijaya |
140810190045 | Adam Din Naufan |
140810190058 | Alfathar Yusvi Habibillah |
Distributed under the MIT License. See LICENSE.txt
for more information.