naimbh / hollyappClone

Clone of HollyApp.com using Laravel 7 and Vue js

Home Page:https://notes.naimbh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete clone of HollyApp.com using Laravel 7 and #Vue js.

Description: Task tracker and outliner

Seting up:

  1. Clone the repo and cd into it
  2. In your terminal composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Set your database credentials in your .env file
  6. Set your Braintree credentials in your .env file if you want to use PayPal
  7. Run artisan migrate and seeder to populate the database
  8. npm install
  9. npm run watch
  10. run command[laravel file manager]:- php artisan storage:link
  11. Edit .env file :- remove APP_URL
  12. php artisan serve or use virtual host
  13. Visit localhost:8000 in your browser
  14. Visit /login if you want to access the admin panel. Admin Email/Password: admin@gmail.com/12345678.

Enjoy a complete clone of HollyApp.com !!!

About

Clone of HollyApp.com using Laravel 7 and Vue js

https://notes.naimbh.com


Languages

Language:Blade 50.7%Language:PHP 39.4%Language:Vue 9.7%Language:Shell 0.3%