FranciiscoCampos170 / todos-app

TODO application for my 100daysofcode challenge using laravel framework / php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todos-app

Build a tasks manager application for my 100daysofcode challenge using laravel framework / php

USAGE

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Open your terminal in the folder and run php artisan serve
  • Open your browser and type http://127.0.0.1:8000/todos

About

TODO application for my 100daysofcode challenge using laravel framework / php


Languages

Language:PHP 89.2%Language:HTML 10.8%