DavydovDenys / spoonly_backend_and_api

Web application and REST API for the Spoonly food delivery app. Includes Customer, Admin,Kitchen and Delivery interfaces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

  • To deploy the environment variables from config/application.yml to heroku, use this command:

    figaro heroku:set -e production -a shrouded-savannah-3845
  • When you update a static image with the same name, beware of cloudinary. It might not recognize the new image.

  • On updating a static image, always run this command locally:(NOT ON HEROKU I THINK)

    rake cloudinary:sync_static
    

About

Web application and REST API for the Spoonly food delivery app. Includes Customer, Admin,Kitchen and Delivery interfaces.


Languages

Language:Ruby 47.0%Language:HTML 31.9%Language:JavaScript 13.1%Language:CSS 7.9%Language:CoffeeScript 0.1%