{"id":14955785,"url":"https://github.com/bhushan354/reservation-app-backend","last_synced_at":"2026-03-01T03:32:10.420Z","repository":{"id":222602147,"uuid":"757290641","full_name":"bhushan354/Reservation-App-Backend","owner":"bhushan354","description":"The Full-Stack-Capstone-Backend is an API application for managing car rental vehicle databases.","archived":false,"fork":false,"pushed_at":"2024-04-25T13:55:23.000Z","size":269,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T20:18:33.761Z","etag":null,"topics":["devise-jwt","postgresql","ruby-api","rubyonrails"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhushan354.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-14T07:28:17.000Z","updated_at":"2024-04-25T13:55:27.000Z","dependencies_parsed_at":"2024-02-15T07:28:59.226Z","dependency_job_id":"bfcadbb4-9e6a-41c0-8d1c-0386c8f55ba5","html_url":"https://github.com/bhushan354/Reservation-App-Backend","commit_stats":null,"previous_names":["bhushan354/full-stack-capstone-backend","bhushan354/reservation-app-backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhushan354%2FReservation-App-Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhushan354%2FReservation-App-Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhushan354%2FReservation-App-Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhushan354%2FReservation-App-Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhushan354","download_url":"https://codeload.github.com/bhushan354/Reservation-App-Backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247070925,"owners_count":20878586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devise-jwt","postgresql","ruby-api","rubyonrails"],"created_at":"2024-09-24T13:11:48.116Z","updated_at":"2026-03-01T03:32:10.411Z","avatar_url":"https://github.com/bhushan354.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚗 Vehicle Reservation App - Backend\n\nAn API backend for managing vehicle rental \u0026 reservations, built with Ruby on Rails.\n\n## 🐳 Docker Backend Setup (Recommended)\n1. **Clone the repo:**\n    ```\n     git clone git@github.com:bhushan354/Reservation-App-Backend.git\n     \n     cd Reservation-App-Backend\n    ```\n\n2. **Build and start backend service:**\n   ```bash\n   docker compose build\n   \n   docker compose up\n\n   docker compose exec backend bash\n   \n   # Then inside the container app bash run following commands:\n\n   rails db:drop\n   rails db:create\n   rails db:migrate\n   rails db:seed\n   ```\n\n3. **Access API documentation:**\n\n- http://127.0.0.1:3000/api-docs/index.html\n\n- Now Headover To Frontend-Repo and follow Docker setup to make sure your app is working fine with React as a frontend : https://github.com/bhushan354/Reservation-App-Frontend\n\n\n## 🛠 Local Setup Instructions \n\n## Prerequisites for Local Setup\n\n*In order to run this project you need:*\n\n- ✔ Ruby installed in your machine. you can download it from [here](https://www.ruby-lang.org/en/downloads/)\n- ✔ IDE or a code editor installed in your machine.\n- ✔ IRB.\n- ✔ Get Postgresql up and running. you can download it from [here](https://www.postgresql.org/download/windows/).\n- ✔ [Git](https://git-scm.com/downloads) installed in your machine.\n- ✔ Sign in or sign up to your [Github](https://github.com/) account.\n- ✔ A professional editer such as [VS Code](https://code.visualstudio.com/download).\n- ✔ An Updated web browser such as Google Chrome, you can download it from [here](https://www.google.com/chrome/).\n\n\n1. **Clone the repository:**\n   ```bash\n   git clone git@github.com:bhushan354/Reservation-App-Backend.git\n   cd Reservation-App-Backend\n   ```\n\n2. **Update database configuration:**\n   - Edit `config/database.yml` with your local PostgreSQL credentials.\n\n3. **Ensure Ruby version compatibility:**\n   - Match the Ruby version in your system with the one in the `Gemfile`.\n\n4. **Install dependencies and set up the database:**\n   ```bash\n   bundle install\n   rails db:drop\n   rails db:create\n   rails db:migrate\n   rails db:seed\n   ```\n\n5. **Start the Rails server:**\n   ```bash\n   rails server\n   ```\n\n6. **Access API documentation:**\n   - Open your browser and go to:\n     ```\n     http://127.0.0.1:3000/api-docs/index.html\n     ```\n\n## 📝 Contact Details\n\nBhushan Deshmukh: \n+91 8600118932 | deshmukhbhushan380@gmail.com | https://www.linkedin.com/in/bhushan-deshmukh-codes/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhushan354%2Freservation-app-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhushan354%2Freservation-app-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhushan354%2Freservation-app-backend/lists"}