Task Manager is a task management system that allows you to set tasks, assign executors and change their statuses.
- PHP >= 8.1
- Composer >= 2.5.5
- PostgreSQL >= 16.1
- GNU Make >= 4.3
$ git clone https://github.com/Smol-An/php-project-57.git
$ cd php-project-57
$ make setup
Use environment variables to connect to the database.
$ php artisan migrate:fresh --seed
$ make start
Open http://localhost:8000/ in your browser.
Open in browser: https://task-manager-mp6j.onrender.com