Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devkabir/laravel-rest-api-exmple
- Owner: devkabir
- Created: 2023-09-22T16:01:32.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-25T10:22:50.000Z (about 1 year ago)
- Last Synced: 2024-10-27T09:47:24.186Z (10 days ago)
- Topics: example, example-project, laravel, phpunit, rest-api, tdd, testing
- Language: PHP
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`