An open API service indexing awesome lists of open source software.

https://github.com/thandon263/tilr-webcrm

A Customer Relationship Management Application built using Ruby on rails. To manage user information. This app is using the Random User Generator API which an open source API that can generate over 5000 user per request.
https://github.com/thandon263/tilr-webcrm

cloud rails ruby

Last synced: about 2 months ago
JSON representation

A Customer Relationship Management Application built using Ruby on rails. To manage user information. This app is using the Random User Generator API which an open source API that can generate over 5000 user per request.

Awesome Lists containing this project

README

          

# QBASE CRM
===

## Customer Relationship Management System
---
A Customer Relationship Management Application built using Ruby on rails. To manage user information. This app is using the Random User Generator API which
an open source API that can generate over 5000 user per request.

![MAIN Landing](public/images/Screen Shot 2016-11-16 at 11.10.44 PM.png)
---
* To Download the APP you can use the zip [Download](https://github.com/thandon263/tilr-webcrm/archive/master.zip)

* You can clone the repository:

```console
$ git clone git@github.com:thandon263/tilr-webcrm.git
```

run:
```ruby
$ bundle install
```

and:

```ruby
$ rake db:migrate
```

----
Users will populate as soon as the document loads. User information is placed in
cells, fields and records. This application makes use of the cloud bucket from AWS you can switch from local to cloud by changing to fog. ``` gem fog ``` upload file.

### USER INFORMATION

![Users](public/images/Screen Shot 2016-11-16 at 11.11.43 PM.png)

* Each user show page has description and user name, state and the avatar. Which is made from a pallete Jumbotron ```div``` with scss and the main stylesheet to format the HTML.

USER Show:
![Users](public/images/Screen Shot 2016-11-16 at 11.15.15 PM.png)

To view the description text, you have to click on the image name. It will trigger an slide the text over the image. If you click on the image there will be a cloud or obscure foreground.

Description:
![Users](public/images/Screen Shot 2016-11-16 at 11.15.31 PM.png)

===
To view the app on herokuapp. Use This Link [QBase](https://qbase.herokuapp.com)

## DISCLAIMER
---