Skip to content

Éste código está sujeto a actualizaciones, NO TIENES PERMISO PARA VENDERLO ya que costó mucho esfuerzo en mayor parte de mi colega, pero puedes basarte en el mismo para crear tus propias funciones. NO HAY CÓDIGO DOCUMENTADO así que échale ganas en entender su lógica.

Notifications You must be signed in to change notification settings

elDemio/stay-in-back-end

Repository files navigation

Airbnb Clone

This is an Airbnb cloning thesis project in the UNIVO Web Programming Prespecialization, where this project uses Laravel technologies on the Back-end side.

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Build Steps

Backend

Basic Command Examples

API/V1/Countries

Is the location where the files are created.

API: Indicates that it is a resource of type api.

V1: Indicates the version.

Countries: Indicate the name of the resource.

php artisan make:model API/V1/Country -mfs
php artisan make:controller API/V1/CountryController --api
php artisan make:resource API/V1/Country/CountryResource
php artisan make:resource API/V1/Country/CountryCollection
php artisan make:request API/V1/Country/StoreCountryRequest
php artisan make:request API/V1/Country/UpdateCountryRequest

Installation and execution

git clone https://github.com/jmrz97/airbnb.git
cd airbnb
cp .env.example .env
composer install

create a local databse according to your prefer name, then

database = airbnb
php artisan key:generate
php artisan migrate
php artisan storage:link

Installation of the routes

the paths in the stay_in.postman_collection.json file will be updated very soon.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Éste código está sujeto a actualizaciones, NO TIENES PERMISO PARA VENDERLO ya que costó mucho esfuerzo en mayor parte de mi colega, pero puedes basarte en el mismo para crear tus propias funciones. NO HAY CÓDIGO DOCUMENTADO así que échale ganas en entender su lógica.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published