This is a simple API built with Laravel.
- PHP 8.2+
- Composer
- MySQL
- Clone the repository
- Run
composer installto install the dependencies - Create a
.envfile in the root directory and set the required environment variables - Run
php artisan migrateto create the database tables - Run
php artisan serveto start the development server - Open your browser and navigate to
http://localhost:8000/api/v1/users
This project is licensed under the MIT License - see the LICENSE file for details.