Skip to content

Website tentang CRUD Login Register menggunakan framework Laravel untuk pembuatan API dengan bantuan JWT dan framework ReactJS untuk menerapkan API untuk tampilan Login, Register, dan Home. JWT dari "tymondesigns/jwt-auth"

Notifications You must be signed in to change notification settings

Akbarwp/API-JWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Login & Register JWT ReactJS

Login Register JWT ReactJS is a website that provides login and registration features for users, enabling secure and efficient access. Built with Laravel and ReactJS, this site offers fast and responsive authentication, delivering a seamless user experience for managing their accounts.

Tech Stack

Features

  • Main features available in this application:
    • Login
    • Register

Installation

Follow the steps below to clone and run the project in your local environment:

  1. Clone repository:

    git clone https://github.com/Akbarwp/API-JWT.git
  2. Install dependencies use Composer and NPM:

    composer install
    npm install
  3. Copy file .env.example to .env:

    cp .env.example .env
  4. Generate application key:

    php artisan key:generate
  5. Setup database in the .env file:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=logreg_react
    DB_USERNAME=root
    DB_PASSWORD=
    
  6. Run migration database:

    php artisan migrate
  7. Run website:

    npm run start
    php artisan serve

Screenshot

  • Login page

Halaman Login

  • Register page

Halaman Register

About

Website tentang CRUD Login Register menggunakan framework Laravel untuk pembuatan API dengan bantuan JWT dan framework ReactJS untuk menerapkan API untuk tampilan Login, Register, dan Home. JWT dari "tymondesigns/jwt-auth"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published