https://github.com/hiejulia/tutor-finding
Studen searching for tutors for helping with courses at university
https://github.com/hiejulia/tutor-finding
hibernate mysql restful-api spring-boot spring-security
Last synced: 6 months ago
JSON representation
Studen searching for tutors for helping with courses at university
- Host: GitHub
- URL: https://github.com/hiejulia/tutor-finding
- Owner: hiejulia
- Created: 2018-02-11T11:20:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T22:16:58.000Z (over 7 years ago)
- Last Synced: 2025-02-08T21:46:20.163Z (8 months ago)
- Topics: hibernate, mysql, restful-api, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# tutor-finding
+ Tutor register to help student with course at university
+ Student search for help from study session with tutor based on the tutor speciality code and what course they can help## Tech stack
+ Spring boot
+ Spring security
+ Restful API
+ MySQL
+ API
+ Tutors
+ GET `api/tutors`
+ GET `api/tutors/{id}`
+ GET `api/tutors/{speciality_code}`
+ GET `api/tutors/{department}`
+ POST `api/users` , check for user role (1 == tutor)
+ Users
+ GET `api/users`
+ POST `api/users`
+ Study session
+ GET `api/studysessions/{userId}]`
+ GET `api/studysession/{tutorId}`
+ POST `api/studysession`