Giter Club home page Giter Club logo

dailyjournal-laravel's Introduction

<<<<<<< HEAD <<<<<<< HEAD ##Journal

A simple journal application built on Laravel 5

###Setup

Create a database and a user with the proper privileges to initialize tables. Once it's running, the usual privileges should suffice: index, select, insert, update, delete.

git clone [email protected]:ssteele/journal.git    # clone a copy of the repo to your machine
cd journal                                      # navigate to web root using command-line

Setup your environment by saving a .env file filling in YOUR_VALUES into the template below:

APP_ENV=local
APP_DEBUG=true
APP_KEY=YOUR_RANDOM_STRING
DB_HOST=localhost
DB_DATABASE=YOUR_DATABASE
DB_USERNAME=YOUR_USERNAME
DB_PASSWORD=YOUR_PASSWORD
DB_PORT=8889
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null

Now back to the command line:

composer install                                # install dependencies
composer update                                 # update dependencies
php artisan migrate                             # create database tables
php artisan serve --port=2222                   # serve the site
/Applications/MAMP/bin/php/php7.0.13/bin/php artisan serve --port=2222

Register by browsing here: http://localhost:2222/auth/register

###Use

You can host multiple users. Once logged in, a user can add journal entries one at a time or you can bulk upload a CSV using the format below:

Date|Tempo|Entry
01.01.16|0|My entry for January 1, 2016
01.02.16|0|Wow, yesterday was busy!
01.03.16|0|...another entry

=======

dailyJournal-laravel

Simple Daily Post Journal

101783a80a745ce989fab46b13a68053b1769f0b =======

dailyJournal-laravel

Simple Daily Post Journal

101783a80a745ce989fab46b13a68053b1769f0b

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.