An open API service indexing awesome lists of open source software.

https://github.com/munafio/taskwall

A simple Laravel-Vue Task manager to add/remove tasks.
https://github.com/munafio/taskwall

laravel php vuejs

Last synced: 4 months ago
JSON representation

A simple Laravel-Vue Task manager to add/remove tasks.

Awesome Lists containing this project

README

          

## TaskWall

A simple Laravel-Vue Task manager to add/remove tasks.

## Preview

## Features

- Simple UI
- Add/remove tasks.
- Tasks list for each user.

## Installation

- Download the app.
- run `composer install`.
- When installed via git clone or download, run `php artisan key:generate`.
- Rename `.env.example` to `.env` or create a copy of the file with the new name.
- Edit `.env` and set your database connection details.
- run `php artisan migrate`
- run `npm install`

## Usage

#### Development

```bash
# build and watch
npm run watch

# serve with hot reloading
npm run hot
```

#### Production

```bash
npm run production
```

That's it :)