Skip to content

prettyalana/restaurant-reservation-system

Repository files navigation

Restaurant Reservation System

Ruby Version

  • ruby 3.2.1

Installation

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

Live website

ERD Diagrams


ERD Diagram ERD Diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published