GithubHelp home page GithubHelp logo

guimontme / tasks-app Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 260 KB

This is a tasks project with Docker, Laravel and Vue.js

Dockerfile 0.38% Shell 2.68% PHP 73.52% Blade 7.73% JavaScript 3.23% HTML 0.37% Vue 12.05% SCSS 0.03%
vuejs2 laravel docker

tasks-app's Introduction

Task App with Laravel and Vue.js

This is a tasks project with Laravel and Vue.js.

Dependences

  • MySQL
  • Apache
  • phpMyAdmin
  • PHP 7.4
  • Laravel 8
  • Node
  • Vue.js 2
  • Sass

Before start

Change values in root doc .env

ADMIN_EMAIL=[email protected]

MAIL_MAILER=smtp
MAIL_HOST=smtp.domain.com
MAIL_PORT=466
MAIL_USERNAME=username
MAIL_PASSWORD=password
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=[email protected]

Commands

To install the dependencies:

bin/install

To init the aplication:

bin/init

To create a user:

bin/user

To run the application:

bin/stop

To run the application:

bin/start

To run the "laravel" and "vue" commands:

bin/run

To open container's bash

bin/bash backend
bin/bash frontend

To restart the application:

bin/restart

To destroy the application:

bin/kill

This command includes:

  • delete laravel
  • delete vue
  • delete node
  • delete Database
  • delete containers
  • delete container's volume
  • delete container's network

Access

MySQl

User: admin
Password: admin1234

MariaDB's IP:

padrão: 171.0.0.10:3306
local: 127.0.0.1:3306

phpMyAdmin

phpMyAdmin's IP:

padrão: 171.0.0.15:80
local: 127.0.0.1:8306

Laravel

Laravel's IP:

padrão: 171.0.0.20:8000
local: 127.0.0.1:8000

Vue

Vue's IP:

local: 127.0.0.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.