rails api postgres code example
Example 1: start rails api postgres
rails new project-name-here --api --database=postgresql
Example 2: rails api only with postgress and rspec
rails new app-name --api -T -d postgresql
rails new project-name-here --api --database=postgresql
rails new app-name --api -T -d postgresql