Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amdad121/task-management-api
https://github.com/amdad121/task-management-api
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amdad121/task-management-api
- Owner: amdad121
- Created: 2023-07-20T14:46:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-21T07:13:02.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:31:34.969Z (2 months ago)
- Language: PHP
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# task-management-api
This is cookie bases Task Management system. so, you need to server run with same ip address.
# Laravel Project
Fist clone the project
```sh
git clone https://github.com/amdad121/task-management-api.git
```then go to project directory
```sh
cd task-management-api
```and run
```sh
composer install
```you need to copy .env.example to .env
```sh
cp .env.example .env
```After that you need SMTP & Database setup on .env file
then you run this command
```sh
php artisan migrate --seed
```then you run this command
```sh
php artisan serve
```now go to run Vue project