https://github.com/nikolaiprogramist/php-project-57
This is a minimalistic CRM system for managing the flow of tasks and personnel.
https://github.com/nikolaiprogramist/php-project-57
docker-compose laravel makefile php task-manager webservice
Last synced: 4 months ago
JSON representation
This is a minimalistic CRM system for managing the flow of tasks and personnel.
- Host: GitHub
- URL: https://github.com/nikolaiprogramist/php-project-57
- Owner: NikolaiProgramist
- Created: 2025-08-07T10:48:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-01-04T17:36:25.000Z (5 months ago)
- Last Synced: 2026-01-05T01:55:07.881Z (5 months ago)
- Topics: docker-compose, laravel, makefile, php, task-manager, webservice
- Language: PHP
- Homepage: https://php-project-57-xp8o.onrender.com
- Size: 429 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager
[](https://github.com/NikolaiProgramist/php-project-57/actions/workflows/tests.yml) [](https://sonarcloud.io/summary/new_code?id=NikolaiProgramist_php-project-57)
[](https://sonarcloud.io/summary/new_code?id=NikolaiProgramist_php-project-57) [](https://sonarcloud.io/summary/new_code?id=NikolaiProgramist_php-project-57) [](https://sonarcloud.io/summary/new_code?id=NikolaiProgramist_php-project-57) [](https://sonarcloud.io/summary/new_code?id=NikolaiProgramist_php-project-57)
[](https://sonarcloud.io/summary/new_code?id=NikolaiProgramist_php-project-57) [](https://sonarcloud.io/summary/new_code?id=NikolaiProgramist_php-project-57) [](https://sonarcloud.io/summary/new_code?id=NikolaiProgramist_php-project-57)
## About
This is a minimalistic CRM system for managing the flow of tasks, statuses, labels and personnel.
**See the web service:** [Task Manager](https://php-project-57-xp8o.onrender.com).
## Requirements
* PHP ^8.2
* Node ^20.19.0 || >=22.12.0
* npm
* make
## Setup
1. Download this project:
```shell
git clone https://github.com/NikolaiProgramist/php-project-57.git
cd php-project-57
```
2. Select setup type:
* [Quick Start](#-quick-start)
* [Docker](#-docker)
* [Local](#-local)
3. Follow this link: http://localhost:8000
### 🚀 Quick Start
```shell
make setup-start
```
### 🐋 Docker
Change the database environment variables in the `.env.example` as specified here:
```text
DB_CONNECTION=pgsql
DB_HOST=db
DB_PORT=5432
DB_DATABASE=postgres
DB_USERNAME=postgres
DB_PASSWORD=password
```
Run `docker-compose.yml`:
```shell
docker compose up
```
### ✏️ Local
Run setup command:
```shell
make setup
```
Run server:
```shell
make start
```
## License
There is currently no license. All rights reserved ©
## Support
You can [Create Issues](https://github.com/NikolaiProgramist/php-project-57/issues) to help improve the project. You can
suggest your ideas, find bugs and errors. We will be grateful for your help!
## Stargazers over time
[](https://starchart.cc/NikolaiProgramist/php-project-57)