[go: nahoru, domu]

Skip to content

nipunTharuksha/EyePaxTest

Repository files navigation

Run Locally

Clone the project

  git clone git@github.com:nipunTharuksha/EyePaxTest.git (if you need permissions please let me know)
  or download the folder from provided sharepoint

Go to the project directory

  cd php_NipunTharuksha

Checkout to branch

  git checkout master (if you are not in master)

Install dependencies

  composer install
  npm install

Create .env and update db related variabled

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=eyepax_test
DB_USERNAME=root
DB_PASSWORD=

Initialize the project (Below command will execute all required commands as a sequence)

  php artisan initialize:project

Start the server

  npm run dev
  php artisan serve

Demo

https://www.awesomescreenshot.com/video/12045189?key=8dd830abc5444b820fbf93cabab1ae82

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages