Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1001 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 1001 Bytes

Working with Authorization and Authentication

Table of Contents

  1. General Info
  2. Technologies
  3. Installation

General Info

This is a website for pedagogical purposes for fullstack bootcamp students, it's a PHP API with auth and tokens that makes a simple CRUD, the back repo: https://github.com/MAlexGG/crud-react-laravel-api-front.git

UI Design

crud

Technologies

It was developed with PHP Laravel, with storage link and sanctum, the UI was designed in Figma.

Installation

  • Required PHP v.8
  • Required Laravel v.8
  • git clone
  • composer install
  • composer require laravel/sanctum
  • composer require aprendible/storage-link-route
  • run to create storge link: http://127.0.0.1:8000/storage-link
  • composer remove aprendible/storage-link-route
  • php artisan serve