Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cynicdog/school-app-jpa
Simple application for businesses in school. Used are JPA / Hibernate and Vert.x
https://github.com/cynicdog/school-app-jpa
vertx
Last synced: about 2 months ago
JSON representation
Simple application for businesses in school. Used are JPA / Hibernate and Vert.x
- Host: GitHub
- URL: https://github.com/cynicdog/school-app-jpa
- Owner: CynicDog
- Created: 2023-05-10T00:23:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-24T06:39:57.000Z (over 1 year ago)
- Last Synced: 2024-10-12T06:40:58.891Z (3 months ago)
- Topics: vertx
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Specification of `school-app-jpa`
### Users
- Student
- Teacher### Features
- Registration and Authentication- Open up a course and look up courses with the given teacher identifier.
- Look up courses and register for the course with the given course identifier.
### Run
- execute 'school_app_jpa.sql', run `ServerDriver` class, then go to 'http://localhost:8080/home'