Searching your property through the email alerts and using your Gmail address? Tired of wasting time opening and reading a lot of emails all the day? Fed up of seeing the same properties on different websites? Try BoussImmo!
- PHP 8.0
- Symfony 5.3
- jQuery 3.5
- Gmail API
- Google OAuth 2.0
- PHP 8.0.0 (or higher)
- MySQL 8.0 (or higher) or PostgreSQL 12 (or higher)
- Composer 2
- Yarn
- A Google API key (create yours on Google Cloud Platform)
- A Google OAuth 2.0 client (create yours on Google Cloud Platform)
symfony
binary (download here)
- Create your own
.env.local
file by coping/pasting the.env
file - In the
.env.local
file:- Replace the value of the
DATABASE_URL
env var with your own database URL - Replace the value of the
GOOGLE_API_KEY
env var with your own Google API key - Replace the value of the
GOOGLE_CLIENT_XXX
env vars with the credentials of your own Google OAuth2.0 client
- Replace the value of the
$ composer install
$ bin/console doctrine:migration:migrate
$ yarn install
$ yarn dev
Start the web server:
$ symfony serve
- Subscribe to alert emails on property websites (Bien'Ici, LeBonCoin, Logic-Immo, Ouestfrance-immo, PAP, ParuVendu, SeLoger, SuperImmo) with your Gmail address
- On the homepage, sign-in with the same Gmail address
- Visit BoussImmo as long as it is necessary
$ ./bin/phpunit