Woofed CRM is a Open source CRM Software.

🚧 Under development 🚧

Layout

Woofed CRM

Let's try

You can try the development version through the link: https://woofed-crm-development.herokuapp.com

Setup development environment

Requeriments for project:

python 2.7.13
ruby 3.0.0
nodejs 16.16.0

1 - Clone repository

git clone https://github.com/douglara/woofed-crm.git
cd woofed-crm

2 - Configre Stisla theme

Download theme:

git clone https://github.com/stisla/stisla.git vendor/theme/stisla

3 - Install dependencies

bundle install
yarn build

4 - Create .env file

Create .env file

cp .env.sample .env

5 - Up containers

docker-compose up -d

5 - Configure database

rails db:create
rails db:migrate
rails db:seed

5 - Start applications

./bin/dev

Access http://127.0.0.1:3001 and use user user1@email.com password: 123456

Contributing

This project is intended to be a safe, welcoming space for collaboration.