Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 632 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 632 Bytes

Running in development

Install & Run

git clone https://github.com/srinjoyc/booking-system.git

bundle install

rake db:setup

rails s

Test

bundle exec rspec --format documentation

Code coverage 90%, /coverage/index.html

Routes

/ => Sample Front-End for finding the fastest table

/create-reservation => API to create a reservation as per requirements

/reservations/restaurant/:id => API to get all reservations of a restaurant as per requirements

/admin => Admin view of all models in the database with CRUD operations

Production

Live at https://umai-sample-booking-system.herokuapp.com/