Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 683 Bytes

Introduction

This project was implemented using interfaces to be able to switch the character provider without breaking the system. It's a small proof of what can be done using laravel + livewire, a powerful tool.

Pre Requisites

  • PHP 8.0+
  • Node 16+
  • Yarn

Installation

  1. Create a Marvel Developer account
  2. Run cp .env.example .env
  3. Get the developer keys and put on .env file
  4. Configure laravel cache driver
  5. Run composer install
  6. Run php artisan key:generate
  7. Run yarn && yarn dev to compile assets
  8. Run php artisan serve to start server