A Tinder-like swiping web app that matches users based on food preferences. Utilizing React, Yelp API, React-Spring-Hooks, Leaflet Maps API, Rails, Postgres
In this repository, you will find the frontend for this project built with React JS. The Rails backend is located: here
📌 Swipe away and check it out live: https://letzspoon.netlify.com
- TO SEE OUR WEB APP IN ACTION, view the demo on YouTube
- Open Table API
- Implement social authentication
In this repository, you will find the front-end for this project built with React JS.
The Rails/Postgres back-end is located: here
Our API is live and running restaurant data
If you prefer to get started locally, fork and clone this repo to have the server up and running.
Install all dependencies and necessary gems:
bundle install
This app uses Postgres, create database scheme with migrations:
rake db:create
Seed database:
rake db:seed
Start local server:
rails s
In the project directory, located: here, you can run:
npm i && npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
- Ruby 2.0.0, 2.1.x, 2.2.x, 2.3.x
- React
Contributions are welcomed! Fork, fix, then send a pull request.
Bug reports and pull requests are welcome on GitHub at Spoon repo, please open Issues to provide feedback.