YumNoms is a platform on which users can share locations of restaurants/cafes that offer lunchtime specials at great deals! A JSON API has been implemented to this rails app. The app is now live: YumNoms
Assuming you have the correct Rails version, you should be able to clone and use the files locally. Follow the steps below:
$ git clone https://github.com/ozgecokyasar/YumNoms.git
$ cd YumNoms
$ bundle install
$ rails db:create db:migrate
$ rails server
- Ruby Version: ruby 2.4.1p111
- Rails Version: Rails 5.1.3
This project is licensed under the MIT License - see the LICENSE.md file for details