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.
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
php artisan serve
- php v8.1
- laravel v10.10
- laravel/sanctum v3.2
- laravel/tinker v2.8