Skip to content

Horoscope-as-a-Service (HaaS) application built with Laravel and MySQL

License

Notifications You must be signed in to change notification settings

nhrrob/horoscope

Repository files navigation

NHR Horoscope

Filter by year and Zodiac Sign and get results in calendar view

Install

  • Clone project
  • install or update composer: composer update
  • Copy .env.example to .env and add database settings (show hidden files if .env.example is not found)
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=horoscope
DB_USERNAME=root
DB_PASSWORD=
  • Generate key: php artisan key:generate
  • run migration command: php artisan migrate:fresh --seed
  • run serve command: php artisan serve

Loom Video

https://www.loom.com/share/56a2a25f9ac940f4a62699f36cf064be

Demo Credentials:

Feel free to contact:
nazmulrobin.com | Twitter | Linkedin | Email

Bonus

Laravel 8 auth using laravel/ui:

  • composer require laravel/ui
  • php artisan ui bootstrap
  • php artisan ui bootstrap --auth
  • npm install && npm run dev
  • php artisan migrate

About

Horoscope-as-a-Service (HaaS) application built with Laravel and MySQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published