A simple API created with lumen microfrework to create news
Have Composer installed on your machine and through your terminal enter the project directory and run the command "composer update":
cd "project directory"
composer update
After this initial configuration, go to the root of the project and look for the file ".env.example" and rename it to ".env", in the same file change the system constants according to your needs.
Finally access the root directory of the project through your terminal and run the command "php artisan migrate --seed":
cd "project directory"
php artisan migrate --seed
Course link: https://www.youtube.com/watch?v=5DuKETQLHRs&list=PLTZ2g-iFpCUuNWZ7wtDoxbKpSAChDyS0o&index=27