https://github.com/gunjankadu/course-companion
Course Companion is an application for collecting peer reviews from the groups of students
https://github.com/gunjankadu/course-companion
java spring spring-boot
Last synced: 3 months ago
JSON representation
Course Companion is an application for collecting peer reviews from the groups of students
- Host: GitHub
- URL: https://github.com/gunjankadu/course-companion
- Owner: GunjanKadu
- Created: 2020-04-20T21:37:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T21:51:15.000Z (over 6 years ago)
- Last Synced: 2025-01-05T19:23:21.712Z (over 1 year ago)
- Topics: java, spring, spring-boot
- Language: Java
- Homepage:
- Size: 546 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CourseCompanion
Course Companion is an application for collecting peer reviews from the groups of students. Students can be grouped and each student in the group can review other students that belongs to the same group.
Students can see only the reviews they have given. The teacher who owns the group can see all reviews from the group. Superuser can add new teachers.
Application contains some demousers
Students: user1-5/user
Teacher: admin/admin
Superuser: super/super
### Technologies
- Spring Boot
- MariaDB
- Thymeleaf
- Jquery Datatables
### Installation
Install MariaDB and create database called 'CourseCompanion'
Clone repository and run the application (Note! Change MySql password in application.properties file).
mvnw spring-boot:run
### Screenshots
##### Courses & student groups

##### Create questions for peer-review

##### Review entry (Student)

##### View reviews and export to excel or pdf (Teacher)
