Buzzvel 2022 Dev Team Test Story João is tired of using business cards for his business. He liked having a picture on his phone so that people scanning it could see all of their data on one page. Your goal is to create a tool that helps João solve his problem in a simple way
Config: The MyIp variables in pack.json must be exchanged for the desktop IP in the following fields so that the link can be accessed through the smartphone, as long as both are on the same network:
"urlApi": "http://MyIp:8000",
"urlWeb": "http://MyIp:3000",
the settings must be made in the .env to connect the database.
Install dependency project Laravel: Run the command -> php artisan migrate
start laravel: to start the laravel server run with the following command -> php artisan serve --host=0.0.0.0 note that the default port must be :8000
This is a Next.js.
First, run the development server:
npm run dev
# or
yarn dev