Application to keep track of productivity and provide logistics feedback to the user. Time Log is currently under development.
This application was developed with collaboration among the following students:
Victor Nguyen
Haily De La Cruz
Gopal Adhikari
Zuoming Shi
Michael Knatz
James Yoshida
Launch a terminal in the project root directory for timelog and follow the given directions:
- If this is a fresh clone you need to run
composer installin the current directory, otherwise go to next step - Run
php artisan migrate, this will make sure all pending migrations are committed to the database. Migrations are located inapp/database/migrationsdirectory - Run
php artisan db:seed, this will run therunfunction in filesapp/database/seed/*Seed.phpwhich will populate the database with some dummy data - Finally, run
php artisan serveto start the server
Time Log is being developed using the beautiful Laravel framework. If you need help understanding the basics of developing web applications using Laravel then you should checkout the following tutorial:
http://net.tutsplus.com/tutorials/php/laravel-4-a-start-at-a-restful-api/