raysmithdev / Angular-Laravel-note-taker

An example note taker app where you can store and set notes on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel PHP Framework

Simple note taking app using Angular JS for frontend and Laravel 5 for backend.

Install instructions

  • Clone this repo using git clone https://github.com/raysmithdev/Angular-Laravel-note-taker.git in terminal or command line for windows

  • edit your homestead file by running homestead edit

  • Start up your vm by running homestead up

  • Set up database for your credentials

  • Run php aritsan migrate to migrate tables

  • Run php artisan db:seed for some dummy data (optional)

  • Run php artisan serve and your good :)

Future ideas

Looking to add alot more functionality to this. This is just a start so suggestions welcome :)

About

An example note taker app where you can store and set notes on the fly


Languages

Language:PHP 92.0%Language:JavaScript 3.3%Language:HTML 3.2%Language:CSS 1.0%Language:ApacheConf 0.5%