Skip to content

biandishilaji/teste-dev-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Descrição do projeto

Projeto para gerencimaneto de carros e marcas. Totalmente modularizado e com a versão mais estável do VueJs e Laravel com banco de dados em MYSQL.

📌 Tabela de conteúdos

Web Screenshot

💻 Technologies

This project was made using the follow technologies:

🚀 Features

BIBLIOTECAS

  • Laravel Cors
  • Bootstrap-Vue
  • Axios
  • Store
  • Router
  • Vue Mask

Componentes desenvolvidos durante a criação do projeto

COMPONENTES.VUE

📦 Run API

# Go to api folder
$ cd api

# Install Dependencies
$ composer install

# Generate migrations
php artisan migrate

# Generate seeders 
php artisan db:seed

# Run Aplication
$ php artisan serve or host nginx, apache

💻 Run Web Project

# Go to web folder
$ cd web

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn dev

# Conexão API
alterar const API_URL no process.dev.env.API_URL,
por padrão está setado "http://api.teste.local"

Go to http://localhost:8080/ to see the result.

📕 License

Released in 2020 📕 License

Made with love by Gabriel Santos 🚀. This project is under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • SCSS 31.0%
  • CSS 7.3%
  • PHP 1.5%
  • Vue 0.5%
  • HTML 0.4%
  • Other 0.2%