文件名称:RESTaurant_App:一个为餐厅设计的小型POS系统,使用Sinatra构建API,带有Postgresql数据库,
文件大小:1.91MB
文件格式:ZIP
更新时间:2024-06-28 09:01:53
JavaScript
RESTaurant_App 一个为餐厅设计的小型POS系统,使用Sinatra构建API,带有Postgresql数据库,
【文件预览】:
RESTaurant_App-master
----models()
--------order.rb(83B)
--------food.rb(97B)
--------party.rb(96B)
--------user.rb(249B)
----Rakefile(2KB)
----Screen Shot 2015-05-03 at 1.35.37 PM.png(1.78MB)
----migrations.sql(696B)
----controllers()
--------sessions_controller.rb(553B)
--------orders_controller.rb(1KB)
--------foods_controller.rb(1KB)
--------welcome_controller.rb(528B)
--------parties_controller.rb(1KB)
----Gemfile(148B)
----Gemfile.lock(1KB)
----views()
--------admin_authenticated.erb(74B)
--------admin_non_authenticated.erb(100B)
--------index.erb(1KB)
----public()
--------javascripts()
--------stylesheets()
----README.md(175B)
----config.ru(945B)
----helpers()
--------session_helper.rb(290B)