Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aprilmintacpineda/busliner
busliner web app where users can make reservations like in airlines
https://github.com/aprilmintacpineda/busliner
composer laravel54 php react redux sample-app sample-project
Last synced: 17 days ago
JSON representation
busliner web app where users can make reservations like in airlines
- Host: GitHub
- URL: https://github.com/aprilmintacpineda/busliner
- Owner: aprilmintacpineda
- Created: 2017-05-21T05:07:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T12:49:07.000Z (over 7 years ago)
- Last Synced: 2024-11-11T16:02:30.351Z (3 months ago)
- Topics: composer, laravel54, php, react, redux, sample-app, sample-project
- Language: PHP
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bus Liner Company Web App
###### Developed by April Mintac Pineda.### Created with
- Laravel 5.4.*
- axios ^0.16.1
- babel-polyfill ^6.23.0,
- prop-types ^15.5.8,
- react ^15.5.4,
- react-dom ^15.5.4,
- react-redux ^5.0.4,
- react-router ^3.0.2,
- redux ^3.6.0### Main goal
The goal is to provide both the users and admins a friendly interface that is easy to understand, easy to use, and easy to interact with, and also to provide the company a web app, that allows their customers to make reservation for his/her long travel, that is secured and spam free.
### Run this
After cloning this repo on your machine, please do the following:- **composer install** to install all php dependencies
- **php artisan key:generate** to generate a key
- **composer run post-root-package-install** to generate a *.env* file
- **npm install** to install all javascript dependencies
- **npm run build** to bundle all the filesonce those are done, do **php artisan serve** to create a server and visit the server.