Skip to content

raphagamendes/woofed-crm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

248 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: woofedcrm.com

API

Documentation

Setup development environment

Requeriments for project:

ruby 3.0.0
nodejs 16.16.0

1 - Clone repository

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

2 - Install dependencies

bundle install
yarn build

3 - Create .env file

Create .env file

cp .env.sample .env

4 - Up containers

docker-compose up -d

5 - Configure database

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

6 - 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 60.3%
  • HTML 34.1%
  • JavaScript 3.8%
  • SCSS 0.9%
  • CSS 0.7%
  • Dockerfile 0.2%