/LoanRails

A user can register as a borrower or lender. Once logged in, the lender can lend to borrowers and borrowers can see who have lent to them.

Primary LanguageRuby

README

Requirements:

  • Postgresql

  • Ruby

  • Rails

To Run:

  • *bundle update* to ensure latest from Gemfile

  • *rails s* this will load app locally

Using the App:

  • Register a user or log in if you are a returning user

    • If registering a user, you will be required to select an amount that you wish to lend or borrow depending on your type of account