How to start
- First Step:
- Clone repository to your PC
- Second Step:
- Run the command: composer dumpautoload
- Third Step:
- IMPORTANT STEP! Now you have to create a new access token to your project, put this on AuthenticationController.php on functions searchUser() and repos(), follow link: GitHub Tokens
- Fourth Step:
- Now, run the migrations to your project. Run the command: php artisan migrate
- Fifth Step:
- To start the project you have to open a CMD window, next you have to go in the project file and run the command: php artisan serve
- Sixth Step:
- Now open your browser and type in adress bar: localhost:8000
About the Project
This is a public repository. The project consists of a small system developed in laravel wich you can search for an user's name and receive information on one's repositories available on github.
In the code, in the functions "searchUser()" and "repos()" there is an "Authorization: Bearer --CreateThisOnGitHub", you must add this information, for that, you must create it on gitHub, as requested in the GitHub for documentation Developers.
Development date: 19/12/2021
MIT License