- Fork and clone the repository off of this page
- Open Terminal and navigate to ‘mod-1-project-the-post-office’
- Open up the directory in Visual Studio Code
- Type ‘bundle install’ in Terminal and hit return
- Next, type ‘rake db:migrate’ in Terminal and hit return
- Finally, type ‘rake db:seed’ in Terminal and hit return
- In terminal, while being in the ‘mod-1-project-the-post-office’ directory, type ‘ruby bin/run.rb’
- C - Create letters that can be sent to an existing receiver or a reciever that you input information for(name and address).
- R - Read letters that the user sent. Read a list of recievers you have previously sent a letter to, as well as ‘The Post Offices’ version of ‘White Pages’(list of all receiver’s name and address).
- U - Update your current address.
- D - Delete a letter that you sent.