FreeAds is a website where anyone can publish ads for free. It features a search engine with filtering capacity.
Visit https://freeads.jeffvodo.me to take a look at FreeAds.
FreeAds is built with Laravel, MySQL and Bootstrap. You can get it running with the following steps:
- Clone the repository;
- Install dependencies with
composer install
; - Create a
.env
file following the.env.example
model; - Create your database in MySQL and migrate by running
php artisan migrate
; - To start the application, run
php artisan serve
.
FreeAds is open-sourced software licensed under the MIT license.