User Login & Signup API
git clone
create a .env file copy content from .env.example and update the values
Update DB_HOST, DB_DATABASE, DB_USERNAME and DB_PASSWORD in .env file to yours.
composer install && composer update
php artisan migrate:refresh
php artisan key:generate
php artisan jwt:secret
php artisan serve
create a .env file copy content from .env.example and update the values
Update REACT_APP_API_URL and REACT_APP_JWT_SECRET(copy from laravel .env file)
npm install
npm start