Skip to content

Tuesdates uses the Yelp API to make restaurant recommendations based on a user search and send invitation alerts via email using Sendgrid.

Notifications You must be signed in to change notification settings

epintozzi/tuesdates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Tuesdates uses the Yelp API to make restaurant recommendations based on a user search and send invitation alerts via email using Sendgrid. This was a solo project that I managed from the wireframe/mockup phase through deployment.

Production App: https://tuesdates.herokuapp.com/

Ruby Version: 2.3.1
Rails Version: 5.0.0.1

Setup

To run this project:

git clone git@github.com:epintozzi/tuesdates.git
cd tuesdates
bundle install
rake db:create db:migrate
rails s

Testing

This project uses RSpec for testing and can be run with the command rspec
You may need to rake db:test:prepare before running the tests.

About

Tuesdates uses the Yelp API to make restaurant recommendations based on a user search and send invitation alerts via email using Sendgrid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published