Monday, September 7, 2020

Ruby on Rails API App with PostgreSQL

 To create a new Ruby on Rails app with PostgreSQL, simply run the following command:

rails new ExampleApp --api --database=postgresql



No comments:

Post a Comment