Skip to content

MAlexGG/crud-react-laravel-api-back

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published