Welcome to the Lesson Organizer wep application! This app was created using Sinatra and ActiveRecord. It is an interface to organize Private Lessons between students and educators. In this iteration, the user holds an administrator role and may add teachers, students, or lessons. A login is required to access the website.
Click the picture below to see a video demo!
- Download or clone this project
cd
into thelesson-organizer
directory- Run
bundle install
- Run
rake db:migrate
- Run
rake db:seed
- Run
shotgun
- Open your browser and navigate to the local url provided by the
shotgun
server - Use
[email protected]:trumpet123
to see some seed data
Bug reports and pull requests are welcome on GitHub here. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Lesson-Organizer project's codebases, and issue trackers is expected to follow the code of conduct.