https://github.com/adel-ezz/selectboxing
https://github.com/adel-ezz/selectboxing
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adel-ezz/selectboxing
- Owner: adel-ezz
- Created: 2020-09-24T22:12:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T22:21:39.000Z (almost 6 years ago)
- Last Synced: 2025-02-04T16:50:46.313Z (over 1 year ago)
- Language: PHP
- Size: 520 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Application
-useed in this app
----->vue.js, bootstrap,laravel framework, unitTest ,mysql
## How To install this application
please follow these steps ..
-----
be sure you install mysql and php7 in you device
1-composer install
2-create empty data base and go to .env file and put database username+password(you can find copy of this file .env.example just rename it)
3-php artisan migrate
4-click link you will find it in terminal you wrote these command in it for example
http://127.0.0.1:8000/
5- Go to registration and make your own account and you will redirect to app directly
For Test
-----
if you have windows you can put this command in terminal to run unit test
.\vendor\bin\phpunit
if mac or linux
./vendor/bin/phpunit
Best Regards
Adel Abou Elezz