Skip to content

seak6adtn59v/tasksman

This branch is up to date with ammezie/tasksman:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

58e01bc · May 11, 2018

History

8 Commits
May 10, 2018
May 2, 2018
May 2, 2018
May 4, 2018
May 10, 2018
May 11, 2018
May 10, 2018
May 2, 2018
May 2, 2018
May 2, 2018
May 2, 2018
May 2, 2018
May 11, 2018
May 2, 2018
May 2, 2018
May 2, 2018
May 10, 2018
May 10, 2018
May 2, 2018
May 2, 2018
May 4, 2018

Repository files navigation

tasksman

A simple task management app

Getting Started

Clone the project repository by running the command below if you use SSH

git clone git@github.com:ammezie/tasksman.git

If you use https, use this instead

git clone https://github.com/ammezie/tasksman.git

After cloning, run:

composer install
npm install

Duplicate .env.example and rename it .env

Then run:

php artisan key:generate

Prerequisites

Be sure to fill in your database details in your .env file before running the migrations:

php artisan migrate

And finally, start the application:

php artisan serve

and visit http://localhost:8000 to see the application in action.

Built With

  • Laravel - The PHP Framework For Web Artisans
  • React - A JavaScript library for building user interfaces

About

A simple task management app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.4%
  • HTML 0.6%