Skip to content

srinjoyc/booking-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Technical Interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published