Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 618 Bytes

README

Requires ruby 2.3.8 and rails 4.2.7

What is this repository for?

Just a self-learning project built using Ruby on Rails

How do I get set up?

Simply install the dependencies by running

  • bundle install and once it starts, run the local server by running
  • rails server

For testing mails on local, install mailcatcher gemusing command

  • gem install mailcatcher Once it is done run it by typing
  • mailcatcher

To see the emails from your local server visit http://127.0.0.1:1080/

Who do I talk to?