Home
Softono

Simple Tasklist

Open source MIT PHP
51
Stars
11
Forks
1
Issues
1
Watchers
7 years
Last Commit

 About Simple Tasklist

Simple Task List app made with Laravel, Vue and Tailwindcss

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Simple Tasklist?

We provide expert installation service for this software. Our team will install, configure, and secure Simple Tasklist on your server. plans start at just $30.

Simple Tasklist

View on GitHub

Simple Task List

Laravel + Vue + TailwindCSS

Requirements

  • Composer
  • Node
  • NPM

Installation

This project use Laravel 5.6 as Framework, to run it see the packages needed here

1 - Clone the project

$ git clone [email protected]:LucasLeandro1204/simple-tasklist.git tasklist
$ cd tasklist

2 - Create a .env file

$ cp .env.example .env

SQLITE is the default provider

3 - Install everything and run production

$ composer install
$ npm install
$ npm run prod

Now you can go to tasklist.test/ and BOOM working =)

Testing

This projects has unit / feature tests, simple run phpunit

$ vendor/bin/phpunit tests/