A Study Log Web Application I built to log my progress during self created streaks.
Live Version coming soon!
The main Concept of this app, is to create Streaks. Streaks are days related to a specific tag. The App allows one Log Once per day.
-
Clone or download the Repo to your local Machine
git clone git@github.com:codehakase/studyLog.git //SSH or git clone https://github.com/codehakase/studyLog.git //HTTPS
-
create a
.env
file from the.env.example
and update the environment variable with your details:DB_CONNECTION=YOUR_DATABASE_DB_CONNECTION DB_HOST=YOUR_DB_HOSST DB_PORT=YOUR_DB_PORT DB_DATABASE=DATABASE_TO_CONNECT_TO DB_USERNAME=DB_USERNAME DB_PASSWORD=DB_PASSWORD .....
-
Install the required packages
composer install
-
Run Migrations from your Terminal
php artisan migrate
-
Serve up your application
php artisan serve
- Notification on end of Streak
- Tags History
- Reports
- Laravel >= 5.4
- PHP >= 5.6 (7 recommended)
- Homestead, Valet - Optional
- Built-in Server
Please feel free to fork this repo and contribute by submitting a pull request to add features, or to make some corrections to them.
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or Facebook? Spread the word!
and also, follow me on twitter!
Thanks! Francis Sunday.