Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'