Skip to content

FlyFemme/travel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HappyTravel
.

FlyFemme/Happy Travel ✈️

General Information

"FlyFemme/Happy Travel" is a project from Factoría F5's FemCoders Bootcamp where,, based on a project already created with CRUD, Laravel, Blade templates and connected to a MySQL Database, it will be complemented with a Frontend with React. Initial project documentation:: https://factoriaf5.notion.site/Happy-Travel-ff4dab653ede4302aa248adbf345c6e8

Mokups

Atomic Design

Happy Travel Atomic Design

Desktop Desing

Happy Travel Desktop Design Happy Travel Descktop 2 Happy Travel Desktop 3

You can check the UI in https://www.figma.com/file/twPJOzEo5hZJZ7srsEt10y/HappyTravel?type=design&node-id=0-1&mode=design

Technologies


html5 CSS3 react php react Laravel react js

Tools


figma jest vscode trello git github github

Versions used in this project


Installation


Back

  • Inside the "travel/server" folder
  • Open a terminal and run "composer install"
  • php artisan migrate
  • php artisan db:seed --class=CardSeeder
  • For view the project in your browser, execute the command: php artisan serve
  • Roles gestion: composer require spatie/laravel-permission

Front

  • To start the proyect, write in the terminal.- npm i
  • To get the API: - npm install axios
  • To install the library that we used for the popup: npm install sweetalert --save
  • To install React testing Library npm install --save-dev @testing-library/react
  • To install React-router-dom: npm install --save react-router-dom
  • To see the proyect: - npm start

Developers


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • PHP 13.6%
  • Other 0.9%