Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 416 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 416 Bytes

TaskManager

CRUD with laravel back-end using axios from React Components for front-end.

Requirements

  • WAMP
    • Php 7.2
    • Apache 2.4
    • MySQL 5.7

Installation

  • git clone repo
  • cd repo

Database

create database taskmanager

env.local

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=taskmanager
DB_USERNAME=root
DB_PASSWORD=

Migration

php artisan migrate