Skip to content

Cronus is a simple CRM solution for freelancers and small business owners. Made with Laravel PHP + VueJS + Tabler

Notifications You must be signed in to change notification settings

andersonalvesme/cronus-crm

Repository files navigation

Cronus

Cronus is a simple CRM solution for freelancers and small business owners.

This project was made based in Flow CRM.

Requisites

  • Node version v16.20.2

Quick setup

  1. Install docker and docker-compose
  2. Run command docker-compose up -d for create the containers
  3. Run command cp .env.example .env for create env file
  4. Run command docker exec -i app composer install for install composer dependencies
  5. Run command docker exec -i app php artisan key:generate for generate the secret
  6. Run command docker exec -i app php artisan migrate for create tables in database
  7. Run command npm install for install node dependencies
  8. Run command npm run prod|dev for generate files

Optionally you can run

  • docker ps -a for see the containers running
  • docker exec app php artisan queue:work --tries=3 for run the queue and send emails

After these steps you can access the project on localhost

Screens from project

Some images from project. For see all the screens, checkout and run it locally.

Login

login.png

Register

register.png

Overview

overview.png

overview-black.png

Leads

leads.png

Settings

settings.png

About

Cronus is a simple CRM solution for freelancers and small business owners. Made with Laravel PHP + VueJS + Tabler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published