The Sports Facility Booking System is a web application designed to allow users to view and book sports facilities based on their preferences. Users can filter facilities by name and pincode, view facility details, and make bookings on an hourly basis.
- List different types of sports facilities available
- Filter facilities by sports name and pincode
- View basic information about each facility
- Display facility images
- Book facilities on an hourly basis
- Prevent double bookings and highlight available slots
- Clone the repository:
git clone <repository-url>
- Ruby version
- Ruby version - 3.2.2
- Rails Version - 7.1.2
- Install dependencies
- bundle install
- yarn install
- Database creation
- rails db:create
- rails db:migrate
- rails db:seed
- How to run the test suite
- rails server