Skip to content

Conceptual Project for University Work (Like Uber) [Vue.js/Laravel]

Notifications You must be signed in to change notification settings

JacksonBelizario/TaxiApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TaxiApp

Login Page Main Page

Search Location Page Example Page

Conceptual Project for College Work (Like Uber) (Unfinished)

Project with Vue.Js and Laravel

Client setup

cd client
yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Iniciar Postgres

sudo systemctl start postgresql

Server setup

cd server
composer install

Make tables on database

php artisan migrate

Start PHP

cd server/public
php -S localhost:8000 -t public

About

Conceptual Project for University Work (Like Uber) [Vue.js/Laravel]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published