SymBNB can be used:
- to travelers, in order to find a good to find accommodation during their stay.
- property owners, in order to rent their apartment or house to travelers.
Programming languages used:
- php
- javascript
- twig
Framework used: Symfony 5.1.0 Database: MySQL
INSTALLATION:
- Clone the project
$ git clone https://github.com/Anteste/symbnb.git
- Install dependencies
$ composer install
- Configure your database in the .env file
DATABASE_URL=mysql://symfony:symfony@127.0.0.1:3308/symfony:symfony
- Start migrations
$ php bin/console doctrine:migrations:migrate
- Launch the fixtures
$ php bin/console doctrine:fixtures:load
- Start the server
$ symfony serve