Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 639 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 639 Bytes

API-rest school

This project is a REST API of a school made with php, laravel and mysql as main technologies. It allows users to register to access careers, matterhouses, teachers, students and users in which you can add such information. The user can create an account and log in, as an administrator.

Installation

To run the REST API locally, follow these steps:

git clone https://github.com/zh3tta/apischool.git
cd apischool
composer install
npm install
php artisan key:generate 

Run app

php artisan serve

Technologies

  • php v8.1
  • laravel v10.10
  • laravel/sanctum v3.2
  • laravel/tinker v2.8