Skip to content

fabioneves/angular-laravel-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Todo app

Simple Todo app using angular and laravel.

  • Frontend: Angular 1.4.4
  • Backend: Laravel 5.1

Backend configuration

Do the basic standard laravel installation, you'll need to create/edit your .env file with the MySQL db/user/pass. After doing this, navigate to the backend directory and type the following:

  • composer install
  • php artisan migrate

After migration, navigate to the backend.vhost/api/todo, you should receive an empty array with response code 200.

Frontend configuration

The frontend just needs the backend/api url. Edit the frontend/js/config.js to define this.

About

Simple angular todo app with a laravel backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published