This is a Bus Tickets Booking web app. The technologies that were used to develop this app are "Laravel, Vue.js TailwindCSS and RestAPI,"
Some basic Installation commands are:
composer install
npm install
- Copy .env.example file and past it in project root folder
- Rename it to .env
- Create new DB and put the database configration in .env file "DB_DATABASE, DB_USERNAME, DB_PASSWORD"
basic commands for run project are:
php artisan migrate
php artisan db:seed
- *Or in short way*
php artisan migrate:fresh --seed
Importent Commands:
php artisan key:generate
npm run dev
Run the project:
php artisan serve
Mohamed Ramadan - moservices11@gmail.com