Skip to content

otaviomedeiros/rds-leads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDS Leads

RDS Leads is a simple Lead crud Ruby on Rails app that integrates with Zoho CRM. It uses Zoho CRM Integration gem to post, put and delete leads to Zoho CRM. The app is deployed on Heroku and can be accessed here. To see the integration working you must to login on Zoho CRM after you receive an account i will send you.

Getting the Application

In order to see the application running on your machine you can clone the repository:

git clone git@github.com:otaviomedeiros/rds-leads.git

To configure the Ruby on Rails app run the commands:

cd rds-leads/
bundle install
rake db:create:all
rake db:migrate

Now just run the application:

rails s

If you want to run the tests:

rake db:migrate RAILS_ENV=test
rspec spec/

About

A simple Lead crud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published