/simple-registration-api

This is the api for the https://github.com/aquinotgr00/react-simple-registration

Primary LanguagePHP

Lumen PHP Framework

Installation

  • clone this repo
  • composer install
  • run cp .env.example .env and edit to match your db
  • run php artisan migrate
  • run php -S localhost:8000 -t public

Official Documentation

Documentation for the framework can be found on the Lumen website.

License

The Lumen framework is open-sourced software licensed under the MIT license.