Skip to content

abdelrhman-saeed/todo-api

Repository files navigation

Task Management System API

Installing

to run it with docker then do the next steps:

docker compose build
docker compose up

to run it localy

composer i
cp .env.example .env

change the .env file

- set APP_URL=127.0.0.1
- set DB_HOST=127.0.0.1
- set DB_PASSWORD=
php artisan migrate:refresh && php artisan db:seed
php artisan key:gen
php artisan jwt:secret
php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages