nicorithner / rails_engine

Turing Module 3 - Api rails app exercise
0 stars 0 forks source link

Generate rails --api app and install testing gems #1

Closed nicorithner closed 3 years ago

nicorithner commented 3 years ago

Set up `rails 5.2.4.3 new rails_engine -T -d="postgresql" --skip-spring --skip-turbolinks --api'

Install the following gems:

nicorithner commented 3 years ago

Done