Skip to content

bhushan354/Reservation-App-Backend

Repository files navigation

🚗 Full-Stack-Capstone-Backend: Vehicle Reservation App

An API backend for managing vehicle reservations, built with Ruby on Rails.

🛠 Setup Instructions

  1. Clone the repository:

    git clone [email protected]:bhushan354/Reservation-App-Backend.git
    cd Reservation-App-Backend
  2. Update database configuration:

    • Edit config/database.yml with your local PostgreSQL credentials.
  3. Ensure Ruby version compatibility:

    • Match the Ruby version in your system with the one in the Gemfile.
  4. Install dependencies and set up the database:

    bundle install
    rails db:drop
    rails db:create
    rails db:migrate
    rails db:seed
  5. Start the Rails server:

    rails server
  6. Access API documentation:

    • Open your browser and go to:
      http://127.0.0.1:3000/api-docs/index.html
      

About

The Full-Stack-Capstone-Backend is an API application for managing car rental vehicle databases.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages