Skip to content

Eitan-G/meal

 
 

Repository files navigation

Meal

Contributors

Description

Meal is an application that finds restaurants between a group of users' locations.

How to install

Clone the repository locally on the command line:

$ git clone https://github.com/mattgfisch/meal.git

When cloned, navigate into repository directory:

$ cd meal

Install required gems:

bundle install

Create databases:

rails db:create

Perform migrations:

rails db:migrate

Seed database:

rails db:seed

How to run app locally

From command line, run:

rails s

Navigate to http://localhost:3000 in browser

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About

Meal Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 64.6%
  • JavaScript 27.2%
  • HTML 4.8%
  • CSS 3.4%