This is a minimalistic CRM system for managing the flow of tasks, statuses, labels and personnel.
See the web service: Task Manager.
- PHP ^8.2
- Node ^20.19.0 || >=22.12.0
- npm
-
Download this project:
git clone https://github.com/NikolaiProgramist/php-project-57.git cd php-project-57 -
Select setup type:
-
Follow this link: http://localhost:8000
make setup-startChange the database environment variables in the .env.example as specified here:
DB_CONNECTION=pgsql
DB_HOST=db
DB_PORT=5432
DB_DATABASE=postgres
DB_USERNAME=postgres
DB_PASSWORD=password
Run docker-compose.yml:
docker compose upRun setup command:
make setupRun server:
make startThere is currently no license. All rights reserved ©
You can Create Issues to help improve the project. You can suggest your ideas, find bugs and errors. We will be grateful for your help!