Skip to content

Kojesnik/studentManager_back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student manager application

Group: 
        GET by id:      http://localhost:8888/group/{id}.  GET
        GET all:        http://localhost:8888/group        GET
        DELETE by id:   http://localhost:8888/group/{id}   DELETE
        ADD:            http://localhost:8888/group        POST
        UPDATE by id:   http://localhost:8888/group/{id}   PUT
       
Student:
        GET by id:      http://localhost:8888/student/{id}.  GET
        GET all:        http://localhost:8888/student        GET
        DELETE by id:   http://localhost:8888/student/{id}   DELETE
        ADD:            http://localhost:8888/student        POST
        UPDATE by id:   http://localhost:8888/student/{id}   PUT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages