Atlantic is a real estate marketing web app. Admin can be able to manage properties on admin dashboard. Admin Can also make user an admin.
- Laravel 5.5
- mysql
- bootstrap
clone the repository and composer install dependencies
git clone https://github.com/dessHub/antlantic.git
composer install
copy .env.example to .env file
cp .env.example .env
update database confirutions and migrate
php artisan migrate
Inside the project directory run
php artisan serve
Thank you for considering contributing to this project. Fork , update and create pull request