Skip to content

kbiala/meal-time

 
 

Repository files navigation

meal-time

Meal ordering coordination system

Installation

Requirements

  • mysql
  • .env file (more below)
  • firefox (for capybara testing)

Environment variables

This application stores credentials (app_secret_base, facebook and github keys and secrets) in environment variables, which must be specified for the app to work correctly on the backend as well as the frontend. Gem dotenv-rails is used for loading these variables, which requires them to be stored in .env file in the root path of the project. For security reasons this file is not added to this repository and thus must be provided manually. You can use .env.example file to build your own .env file.

Deployment

App is deployed using Heroku. You can check it out under this link https://alluring-crater-lake-46913.herokuapp.com/

About

Meal ordering coordination system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 55.4%
  • CSS 28.1%
  • HTML 12.5%
  • CoffeeScript 2.8%
  • JavaScript 1.2%