Skip to content

The 134 Homepage rebuilt using Laravel and VueJs to take it to the next level. A custom startup page utilizing several APIs to create an "everything at a glance" homepage. You can request access to a live version of this project hosted on AWS via my email; ljones1997@hotmail.com

Notifications You must be signed in to change notification settings

Neptuniam/134-HomepageV2

Repository files navigation

HomepageV2

Welcome to the 134 Homepage V2 rebuilt in VueJS and Laravel with UIkit and flexboxgrid


Features included in this version of the homepage include:

  • Local Weather forecast
  • Maps Directions api
  • Personalized map locations
  • Custom Favourites links
  • Custom Notes App
  • News API
  • Quote of the Day
  • Trello API Tracker
  • Real time date/time
  • Randomized custom wallpaper
  • Separate user profiles
  • Configuring custom widget settings
  • Personalized Favourites Bar
  • API usage analytics

How to Install

  1. git clone https://github.com/Neptuniam/134-HomepageV2

  2. npm install

  3. composer install

  4. cp .env.example .env

  5. Configure Database settings in .env
    Create a database called what you'd like
    change these three lines in .env:

        DB_DATABASE=<the db you just created>
        DB_USERNAME=<your mysql username>
        DB_PASSWORD=<your mysql password (if needed)>
    
  6. Finalize your .env set up (I think you need to rerun this whenever you change .env)
    php artisan key:generate

  7. Set up your db with these commands
    Create the tables
    php artisan migrate

  8. Optional: Seed the tables with some of Liam's favourites.
    This will create a profile with the user: 'Liam' and pass: 'liam' and Liams favourites bar
    php artisan db:seed

You should be set to run the project now


Running

Depending on your current needs there are two approaches:

  1. Using the homepage:
    npm run development (this builds the mot recent JavaScript, will take a minute)
    php artisan serve (this hosts the local server)
  1. Developing. This involves using two tabs to host a hot build to rebuild the js as you make changes and the local server

Note: You will likely have to refresh once the js is rebuilt to see your changes

    npm run watch-poll (this will take a minute)
    php artisan serve

About

The 134 Homepage rebuilt using Laravel and VueJs to take it to the next level. A custom startup page utilizing several APIs to create an "everything at a glance" homepage. You can request access to a live version of this project hosted on AWS via my email; ljones1997@hotmail.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages