This is a tracker for homeworks basically made to be use for code homeworks. The system has users that can be Teachers or Students.
- Teachers can create, edit and delete homeworks (assignments), and can review and approve students' submitted code.
- Students have a view of all homework to date, with labels to identify actives, incompletes and completed one. They are not allowed to edit or change anything in the homework itself, and they can submit code to their teacher.
The app has seed data for initialize the basic features of it. Running db:reset
in the app folder the database is created and populated. Then runing rails server
, it is possible to see the app in localhost:3000.