User Login & Signup API
git clone
create a .env file copy content from .env.example and update the valuesUpdate DB_HOST, DB_DATABASE, DB_USERNAME and DB_PASSWORD in .env file to yours.composer install && composer updatephp artisan migrate:refreshphp artisan key:generatephp artisan jwt:secretphp artisan serve
create a .env file copy content from .env.example and update the valuesUpdate REACT_APP_API_URL and REACT_APP_JWT_SECRET(copy from laravel .env file)npm installnpm start