This is a web development web application.
Have composer installed
https://getcomposer.org/download/Clone the project ProximaTech from github
https://github.com/Athanax/proximatech.gitRun composer install and npm
composer installEdit the env file and set your database credentials
DB_DATABASE = your_database_name
DB_USERNAME = your_database_username
DB_PASSWORD = your_database_passwordRun laravel development server and laravel websocket server
php artisan serveRun the migrations
php artisan migrateStart Apache and MySQL in the localsever
Type the localhost URL as provided by the Laravel Development Server
http://127.0.0.1:8000Create atleast two accounts to test the functionalities