A simple TODO list API built with Laravel, providing basic CRUD (Create, Read, Update, Delete) functionality.
- Clone repository
- Run
docker-compose up -d - Copy .env.example, rename to .env and configure
- Run
docker-compose run --rm composer composer install - Run
docker-compose exec php php artisan migrate - Run
docker-compose exec php php artisan testto running tests
- Sign Up
- Sign In
- Sign Out
- Create task lists
- View all task lists
- Edit task lists
- Delete task lists
- Create tasks
- View all tasks
- Edit tasks
- Delete tasks
Artem Yeremenko
- Website: artemind.dev
- GitHub: @artemind