https://github.com/said-laasri/https-github.com-nickemma-car-rental-api
Deployment back end api car rentals
https://github.com/said-laasri/https-github.com-nickemma-car-rental-api
api postgresql rails railway ruby
Last synced: 3 months ago
JSON representation
Deployment back end api car rentals
- Host: GitHub
- URL: https://github.com/said-laasri/https-github.com-nickemma-car-rental-api
- Owner: Said-laasri
- Created: 2022-11-30T15:22:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T15:22:47.000Z (over 3 years ago)
- Last Synced: 2025-03-27T23:29:18.627Z (over 1 year ago)
- Topics: api, postgresql, rails, railway, ruby
- Language: Ruby
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Rails Starter
description: A Rails starter app using a PostgreSQL database
tags:
- ruby
- rails
- postgresql
---
# Rails Starter Example
This is a [Ruby on Rails](https://rubyonrails.org/) starter app that connects to a Railway Postgres database and supports [Action Cable](https://guides.rubyonrails.org/action_cable_overview.html).
[](https://railway.app/new/template/sibk1f)
## ✨ Features
- Ruby
- Rails
- Postgres
- Redis
## 💁♀️ How to use
- [Create a Railway project with the Postgres plugin](https://railway.app/project?plugins=postgresql)
- Connect to your Railway project with `railway link`
- Install Ruby requirements `bundle install`
- Migrate the database `railway run rake db:migrate`
- Run Rails `railway run bin/rails server`
## 📝 Notes
This app was generated with the `rails new` command. Read more about Rails on
their [official website](https://rubyonrails.org/)