Skip to content

Ruby on Rails Restaurant Order Management System (Rails-ROMS)

Notifications You must be signed in to change notification settings

arvindvyas/Rails-ROMS

 
 

Repository files navigation

Ruby on Rails Restaurant Order Management System (Rails-ROMS)

About this application

This application is created by MD INZAMUL HAQUE for INFORTECH Solutions. This is a simple restaurant order management system.

Framework: Ruby on Rails 5.0
Language : Ruby 2.2.4

Install

  • Install all gems by typing this:
bundle install
  • To change Database go to "config/database.yml" and then change database. Default Database is SQLite.

  • Migrate Database by typing this:

rake db:migrate
  • Login: Username: inzamul36@live.com
    Password: 123456asdfgh

  • To Add new user go to "config/route.rb" change this line to

devise_for :users, path_names: { 
		sign_up: '' #Stop Sign Up
	}

to

devise_for :users

and then go to /sign_up page by web browser. Fill the form.

  • Again change that line to hide sign_up page.

Features

  • Add order
  • Add products
  • Export Order (pdf, excel, csv and etc)
  • Edit / Delete Order
  • Search Order
  • Print Invoice
  • Easy interface
  • Mobile view

Uses

  • Restaurant Order
  • etc...

Contact me

Facebook: facebook.com/inzamul36
Email: inzamul36@gmail.com, inzamuk36@live.com, inzamul36@yahoo.com

About

Ruby on Rails Restaurant Order Management System (Rails-ROMS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 65.0%
  • Ruby 16.4%
  • HTML 14.9%
  • JavaScript 3.5%
  • Other 0.2%