Api Developed in Laravel and React, the back end that was used can be found here https://github.com/joohnyfranzen/Thoth-Code-Laravel/
- Laravel 9
- Php 8
- React 18.2
- Yarn 1.2
- This Project Clone
- Laravel Project Clone
- In the terminal type
git clone https://github.com/joohnyfranzen/Thoth-Code-Laravel/ - Type the command "composer install". It will install all necessary php packages.
- After installing the dependencies you modify .env.
- Finally with the command
php artisan serverun the project. - Then you clone the React App
git clone https://github.com/joohnyfranzen/Thoth-Code-React/ - Install it dependencies with
npm install - Start the project with npm start.
- Have fun.
-
Seeing the need to understand the architecture of the laravel framework, I tried to make a REST Api consuming the database of this project in the React project that you can acess up here.
-
In this project I used Axios to consume in React the database.
-
The project itself its a social network, that have authentication with Auth Sanctum, I learned a lot of React by using its framework, there are many useful things inside of it, and its a start for working in a larger project.
