A basic authentication application with Reactjs frontend + Laravel api.This application covers basic auth flows like login , register, reset password, forgot password .
Please follow the below steps to run the project.This steps are for those who have laravel , composer and node installed in your local machine.If not, please proceed with the steps after installing the same.
- Run composer install to install your php dependencies.
- Run npm install to instal the node packages.
- Create a database of your own choice in mysql and configure your db in the .env file.
- Run php artisan migrate to scaffold your db with the required tables for your application
- Run npm run dev .
- Run php artisan serve .