Skip to content

Real-time application feedback and testing platform for developers and testers.

License

Notifications You must be signed in to change notification settings

dickyhermawan12/qualia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commit Activity Issues Pull Request License


Logo

Qualia

Real-Time Application Feedback and Testing Platform for Developers and Testers.

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Credits
  6. License
  7. Acknowledgments

About The Project

This repository is a final project repo for Software Engineering Class, Teknik Informatika, Universitas Padjadjaran.

Built With

(back to top)

Getting Started

Prerequisites

In order to have this project installed and running, you need to install the following:

  • Git
  • npm
  • Composer
  • PHP >= 7.3

Installation and Running the Project

  1. Clone the repo
     git clone https://github.com/dickyhermawan12/qualia.git
  2. Install Composer dependencies
     composer install
  3. Install NPM packages
     npm install
  4. Configure database credentials in .env and change the required fields. You may create the database on your local machine and connect to it
     DB_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
  5. Build web assets and run vcon service
     npm run ignite
  6. Run database migrations
     php artisan migrate
  7. Start local development server
     php artisan serve

(back to top)

Usage

  1. Register for a new account.
  2. You will initially be given access to a personal team. You may want to create a new team and invite other user by email.
  3. Create a project corresponding to your team.
  4. Arrange new live session for your project. Fill the participant identity and start the live session by clicking Join.
  5. Now enjoy the real-time interaction with video and chat feature for your feedback and live testing session!

(back to top)

Roadmap

  • 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).

(back to top)

Credits

NPM Name
140810190001 Dicky Rahma Hermawan
140810190005 Mohamad Fahrio Ghanial Fatihah
140810190033 Chandra Wijaya
140810190045 Adam Din Naufan
140810190058 Alfathar Yusvi Habibillah

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

(back to top)

About

Real-time application feedback and testing platform for developers and testers.

Resources

License

Stars

Watchers

Forks