Skip to content

CdoKid/zestcode-task

 
 

Repository files navigation

Laravel 10 Breeze and Vue 3 Project

A basic table where new items can be added and deleted with domain switching for the logo.

Table of Contents

Requirements

  • PHP 7.4+
  • Composer
  • Node.js (for npm packages)
  • Laravel 10 (already installed)

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/reggiestain/zestcode-task.git
    
    cd your-project
    
    composer install
    
    npm install
    
    cp .env.example .env
    
    php artisan key:generate
    
    php artisan migrate
    
    npm run dev
    
    php artisan serve
    

    The project should now be up and running. Open your web browser and visit http://localhost:8000 to access the application.

Usage

  • To register a new user, visit the /register route.
  • To log in, visit the /login route.
  • ...

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 49.7%
  • Vue 35.7%
  • Blade 13.5%
  • JavaScript 1.1%