Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.14 KB

File metadata and controls

24 lines (16 loc) · 1.14 KB

README

masterclass

This is an LMS for DevPoint Labs alumni and prospective students to enroll, comment, and view courses from DevPoint Labs content creators. It also contains a teacher suite with a tool box for teachers to manage their courses, lessons, and videos as well as respond to any unread Q&A that are present in their courses.

  • Cloning instructions:
    • gitclone repo
    • bundle (ensure your ruby version is up to date)
    • rails db:create db:migrate db:seed
    • run by 'yarn start' in /client and rails s -p 3001 in root
    • open rails console (rails c)
    • Type User.all
    • copy and paste one of the user emails with the password: "password" to log in and see the teacher view/ enrolled student view.

###Screenshots: login page home page course page video and lesson page