Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.61 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.61 KB

PostGrade

PostGrade is a web app allowing teachers to create assignments, view those assignments, edit and delete them. While creating an assignment teachers can select students to be assigned.

Alt Text

Installation

  • Clone this repo

  • Install all the gems via

     $bundle install
    
  • Migrate database via

    $rails db:migrate
    
  • Use seed data to view all features of the app.

    $rails db:seed
    
  • Start your server

    $rails server
    
  • visit local host in your browser localhost:

  http://localhost:3000 

Usage

  • The application welcomes you with a login page. Please use seed data to access full functinality of the app.
  • After login, teacher's dashboard will display all courses that they are registered. From there users can navigate to course info page or gradebook to add assignments, to view grades of students by each course, or to create /update/delete an assignment.

Contributing

This project is intendent to be safe, welcoming space of collaboration, and contributors are expected to adhere to the Contributor Covenantcode of conduct.

License

This project has been licensed under the MIT open source license.

Acknowledgement

Thanks gifcap.dev for the use of Gif maker. Thanks Canva for the images.

Author(s)