Cronus is a simple CRM solution for freelancers and small business owners.
This project was made based in Flow CRM.
- Node version v16.20.2
- Install docker and docker-compose
- Run command
docker-compose up -d
for create the containers - Run command
cp .env.example .env
for create env file - Run command
docker exec -i app composer install
for install composer dependencies - Run command
docker exec -i app php artisan key:generate
for generate the secret - Run command
docker exec -i app php artisan migrate
for create tables in database - Run command
npm install
for install node dependencies - Run command
npm run prod|dev
for generate files
Optionally you can run
docker ps -a
for see the containers runningdocker 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
Some images from project. For see all the screens, checkout and run it locally.