Initial fixes
- move everything one level up from the folder
dosie
. - Remove the header logic from the controller. We don't need security in this moment.
- Change the paths such that we can test everything without login. Ex. add professor as path variable whenever needed.
- Remove the model classes that are not used (ex.
TeacherCourses
andStudentCourses
) - Add
sql
script to initialize data for testing.