-
Adarsh Singh
Things you may want to cover:
-
Ruby version
3.2.2 -
Configuration Add your env variables to the
config/credentials.yml.encfile. You can do this by runningbin/rails credentials:edit -
Database creation Locally we use sqlite3 as our database. This is already set up for you. In production make sure your
DATABASE_URLenv variable is set. We use PostgreSQL in production. -
Database initialization run
bin/rails db:migrateto create the tables