Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.59 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.59 KB

👩‍🏫 Lesson Organizer

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.

📖 Demo

Click the picture below to see a video demo!

Lesson Organizer Home Screen

🧑‍🎓 Installation

  • Download or clone this project

🏫 Usage

  • cd into the lesson-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

✏️ Contributing

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.

📚 License

The gem is available as open source under the terms of the MIT License.

🖍️ Code of Conduct

Everyone interacting in the Lesson-Organizer project's codebases, and issue trackers is expected to follow the code of conduct.