[4pt] Create & setup the Rails API app (group task).
Closed this issue · 0 comments
ZikaZaki commented
- Create a separate repository for the Rails API app.
- Create a new Rails API app using this command
rails new my_api_app --database=postgresql --api
. - Setup linters for the project.