Skip to content

Timeline Creator - Senior Project IT KMITL 2016 (B.C.2559)

Notifications You must be signed in to change notification settings

mekzcnt/tlcreator

Repository files navigation

Timeline Creator

This project presents system for create timeline for describe news, events and histories. When you created it, you can view it on your browsers that timeline was displayed by TimelineJS JavaScript Library.

And can embed your timeline on your websites or your blogs too!

Backend system is powered by Laravel 5.4 and MySQL 5.7.6+ (The reason for these MySQL versions because they support JSON field type which uses with TimelineJS)

Example Timeline

Whitney Houston 1963 - 2012 : http://103.253.146.81/timeline/16

Whitney Houston Timeline

How to install

  1. Install LAMP
  • Linux (I'm using Ubuntu 16.04)
  • Apache 2.0+
  • MySQL 5.7.6+
  • PHP 7+
  1. Clone this system from my GitHub
$ sudo apt-get install git
$ git clone https://github.com/mekzcnt/tlcreator.git
  1. Update your Composer
$ composer update
  1. Generate Key on Laravel 5.4
$ php artisan key:generate
  1. Clear caches
$ php artisan cache:clear
$ php artisan view:clear
$ php artisan route:clear

About

Timeline Creator - Senior Project IT KMITL 2016 (B.C.2559)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages