Skip to content

A basic authentication application with Reactjs frontend + Laravel api.

Notifications You must be signed in to change notification settings

lijujohn13/react-laravel-auth

Repository files navigation

react-laravel-auth

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.

  1. Run composer install to install your php dependencies.
  2. Run npm install to instal the node packages.
  3. Create a database of your own choice in mysql and configure your db in the .env file.
  4. Run php artisan migrate to scaffold your db with the required tables for your application
  5. Run npm run dev .
  6. Run php artisan serve .

About

A basic authentication application with Reactjs frontend + Laravel api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published