/HomeworkJournal

A Journal to Record Assignments

Primary LanguageRuby

HomeworkJournal

Description:

This is a journal I made to record all the homework/assignments, to organize all the information easier compared to writing in a word document or on paper. You can also add in subsections to the assignments by adding problems and descriptions to a certain assignment.


Installation Guide:

You need to have Rails and Ruby installed.

To install Ruby first install RVM by typing "\curl -L https://get.rvm.io | bash -s stable" in the terminal. Then type "rvm install ruby-2.3.1" in the terminal to install ruby.

To install Rails type "sudo gem install rails" in the terminal.

In the main folder type "bundle install" in the terminal.

Then type "rake db:migrate" in the terminal.

Lastly type "rails s" to start the localhost. Then you should be able to use the application if you go to http://localhost:3000.