Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 701 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 701 Bytes

Teaching Notes 2

A student management tool for music teachers built with Ruby on Rails[v 5.1.5].

Installation

To take this application for a test drive, run the following from the command-line:

  $ git clone https://github.com/Adjoa/teaching-notes-2.git
  $ cd teaching-notes-2
  $ bundle install
  $ rake db:migrate
  $ rake db:seed
  $ rails server

Then navigate to the IP address displayed.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Adjoa/teaching-notes-2.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.