Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taguz91/serena
The final project, this application is for monitor the feeling of students
https://github.com/taguz91/serena
Last synced: about 2 months ago
JSON representation
The final project, this application is for monitor the feeling of students
- Host: GitHub
- URL: https://github.com/taguz91/serena
- Owner: taguz91
- Created: 2024-08-20T01:47:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T19:13:46.000Z (2 months ago)
- Last Synced: 2024-11-09T20:20:24.433Z (2 months ago)
- Language: Java
- Size: 473 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serena
Amazon Recoknition to monitor the feeling of students, before and after classes
For UI design we use: https://www.naiveui.com/en-US/light
Entities
- Academic Period (Only one can be active)
- name
- reference
- is_active
- Students records
- identification
- reference
- name
- gender
- photo
- Class records
- student_reference
- teacher_reference
- Teachers
- reference
- name
- password
- token
- Students
- identification
- gender
- name
- Subjects
- name
- Classroom
- Academic Period
- Teacher
- Subject
- Inscription
- Classroom
- students
- photos
- photo
- Register
- date
- status
- Classroom
- Register Student
- Register
- Student
- photo
- emotion
- Student Emotion
- RegisterStudent
- emotion
- percentage
- Class summary
- date
- Classroom
- avg_emotion
- min_emotion
- max_emotion
- Student report
- date
- Classroom
- Student
- start_emotion
- end_emotion
- Class report
- start_emotion
- end_emotion
- Register
- Student
- SyncHistory
- type
- filename
- status
- s3key### Build api application
```bash
./mvnw package && java -jar target/gs-spring-boot-docker-0.1.0.jar
```