php: ^8.0.2
"laravel/framework": ^9.19php: ^8.0
laravel/lumen-framework: ^9.0
- Clone the repository. 'git Clone https://github.com/MacroLions/challenge.git'
- Once you have both projects. run 'composer install' on each one.
- If you don't have composer installed here is guide: https://getcomposer.org/download/
- Once all the dependencies have been instaled in both projects, place '.env' files on the main folder of each project.
- Those can be found here https://mega.nz/folder/isQhHQLQ#ESzKCOKwEIYSil23cJqX5A , just change it's name to '.env'
- After all of that is done you can run both projects!
- To run main project: 'php artisan serve'
- To run API project: 'php -S localhost:8000 -t public'
Finally once you have done all the instalation needed, you can access to the project in localhost:8000/card