Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devkabir/laravel-rest-api-exmple

A simple task management API implementation with Laravel
https://github.com/devkabir/laravel-rest-api-exmple

example example-project laravel phpunit rest-api tdd testing

Last synced: 9 days ago
JSON representation

A simple task management API implementation with Laravel

Awesome Lists containing this project

README

        

# Task Flow - Simple Task Management Api
A simple task management API implementation with Laravel

## Installation
1. Clone this repository
1. Create a new database
1. Run `cp .env.example .env`
1. Update env
1. Run
```bash
composer install
php artisan migrate
php artisan key:generate
php artisan serve
```
1. Open another terminal to process email notifications `php artisan queue:work`