Giter Club home page Giter Club logo

bluebeartest's Introduction

blueBearTest

Blue Bear Test Leonardo Sanchez

Requisitos Previos

Antes de comenzar, asegúrate de tener instalados los siguientes requisitos:

  • PHP 8 o superior
  • Composer
  • Node.js y npm (para manejar assets y dependencias front-end vuejs , inertia )
  • base de datos Mysql
  • mailtrap (recoemndado para hacer uso de mails en desarrollo )

Configuración del Entorno

  1. Clona el Repositorio:

    git clone https://github.com/Lordcreos/blueBearTest
    cd blueBearTest
  2. Instala las Dependencias de PHP:

    composer install
  3. Configura el Archivo de Entorno:

    • Copia el archivo .env.example a .env:
      cp .env.example .env
    • Abre el archivo .env y configura los valores necesarios.
  4. Generar base de datos de la app:

    php artisan migrate
  5. Instala las Dependencias de Node.js:

    npm install
  6. Compila Assets Front-end:

    npm run dev

Ejecución

  1. Inicia el Servidor Local:

    php artisan serve

    La aplicación estará disponible en http://localhost:8000.

Detener la Aplicación

Para detener el servidor de desarrollo, simplemente presiona Ctrl+C en la terminal donde se está ejecutando.

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.