Skip to content

Instantly share code, notes, and snippets.

@DamonLC21
DamonLC21 / rails-sqlite3-heroku.md
Last active March 5, 2021 17:09
Pushing a Rails/sqlite3 API to Heroku

Deploying Rails/SQLite3 app to Heroku

Before we begin install postgresql onto your device:

$ brew install postgresql

Check if the postgresql service is running via brew :