- ruby 3.2.1
- Clone the repository:
git clone https://github.com/your-username/restaurant-reservation-system.git
- Install dependencies:
bundle install
- Set up the database:
rails db:create
rails db:migrate
rails sample_data
to prepopulate the database with reservations and tables.
- Start the Rails server:
rails server, rails s, or bin/dev
- Access the application in your web browser at
http://localhost:3000