Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: briecodes/potluck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ahamedali95/Gather.ly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 6 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 19, 2018

  1. Update README.md

    ahamedali95 authored Jul 19, 2018
    Copy the full SHA
    51deb2c View commit details
  2. Update README.md

    ahamedali95 authored Jul 19, 2018
    Copy the full SHA
    117c265 View commit details

Commits on Jul 20, 2018

  1. Update README.md

    ahamedali95 authored Jul 20, 2018
    Copy the full SHA
    40b93be View commit details
  2. Update README.md

    ahamedali95 authored Jul 20, 2018
    Copy the full SHA
    4ea40fd View commit details
  3. Update README.md

    ahamedali95 authored Jul 20, 2018
    Copy the full SHA
    7465568 View commit details

Commits on Jul 25, 2018

  1. Update README.md

    ahamedali95 authored Jul 25, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1f7b4e3 View commit details
Showing with 13 additions and 3 deletions.
  1. +13 −3 README.md
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -7,11 +7,21 @@ Following is the Entity Relationship Diagram that describes the entities/models

![imageedit_14_9756746858](https://user-images.githubusercontent.com/24445922/39903751-c53a6c94-54a2-11e8-9194-37f5a0e467b9.png)

##### Notable tools:
### Notable tools:
* Paperclip - a Ruby gem provided by thoughtbot which allows easy file attachment management.
* Bootstrap - a front-end framework which allows to build more responsive, user-friendly web applications.
* Bcrypt - a Ruby gem provided by The OpenBSD project which allows to safely handle passwords by hashing the passwords.
* RSpec - a Ruby behavior-driven development framework which allows to create unit tests.

##### DEMO
[![watch this video](https://img.youtube.com/vi/1hjnR8uRFDg/0.jpg)](https://www.youtube.com/watch?v=1hjnR8uRFDg&feature=youtu.be)
### Demo
[![watch this video](https://img.youtube.com/vi/4D7SWuyDCos/0.jpg)](https://youtu.be/4D7SWuyDCos)

### Instructions

To start, run ```rails s``` This will start the app at PORT 3000. To designate a different port number for the app, run ```rails s -p {PORT NO.}```

### Contributors
1. <a href="https://github.com/ahamedali95/">@ahamedali95</a>
2. <a href="https://github.com/ahkian">@ahkian</a>
3. <a href="https://github.com/briecodes">@briecodes</a>
4. <a href="https://github.com/jrgreiner115">@jrgreiner115</a>