- Ruby version 3.6.6
- Google OAuth
- Sqlite
bundle installrails db:migrate # to apply all migrations
rails db:rollback # to revert latest migrationcp .env.example .envUpdate .env file values GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET with your auth client at https://console.cloud.google.com/auth/clients
rails server