Athanax / proximatech

Laravel project

Home Page:https://proximatech.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProximaTech

This is a web development web application.

Getting started

Have composer installed

https://getcomposer.org/download/

Clone the project ProximaTech from github

https://github.com/Athanax/proximatech.git

Run composer install and npm

composer install

Edit the env file and set your database credentials

DB_DATABASE = your_database_name
DB_USERNAME = your_database_username
DB_PASSWORD = your_database_password

Run laravel development server and laravel websocket server

php artisan serve

Run the migrations

php artisan migrate

Start Apache and MySQL in the localsever

Type the localhost URL as provided by the Laravel Development Server

http://127.0.0.1:8000

Create atleast two accounts to test the functionalities

About

Laravel project

https://proximatech.herokuapp.com


Languages

Language:HTML 52.3%Language:PHP 47.2%Language:Python 0.3%Language:Vue 0.2%