README

Used Ruby v2.6.6.

Please make sure to bundle install before firing up the server.

To run server, rails s.

This application uses ActionMailer and ActiveJob to send emails to every user weekly.

Utilizes BCrypt to salt and hash passwords and JWT to provide real authentication.

Ran on a PostgreSQL DB.