Skip to content

Front-end of Thoth Code project, inspirated by myself to test my knowledge of the Laravel and React Frameworks

Notifications You must be signed in to change notification settings

joohnyfranzen/Thoth_Code_Front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Logo

Project developed in september 2022

Api Developed in Laravel and React, the back end that was used can be found here https://github.com/joohnyfranzen/Thoth-Code-Laravel/

Application testing requirements

  • Laravel 9
  • Php 8
  • React 18.2
  • Yarn 1.2
  • This Project Clone
  • Laravel Project Clone

How to inicializate it

  1. In the terminal type git clone https://github.com/joohnyfranzen/Thoth-Code-Laravel/
  2. Type the command "composer install". It will install all necessary php packages.
  3. After installing the dependencies you modify .env.
  4. Finally with the command php artisan serve run the project.
  5. Then you clone the React App git clone https://github.com/joohnyfranzen/Thoth-Code-React/
  6. Install it dependencies with npm install
  7. Start the project with npm start.
  8. Have fun.

About the project

  1. 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.

  2. In this project I used Axios to consume in React the database.

  3. 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.

About

Front-end of Thoth Code project, inspirated by myself to test my knowledge of the Laravel and React Frameworks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published