Skip to content

LabsProject-Angular-Spring/fproject-university-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

university-api

CRU for faculty,building and lab

port: 10010

Endpoints

  • Faculty

    • Lista Todos - /faculty/list get
    • Consulta Especifica - /faculty/{id} get
    • Insertar - /faculty/add post {"name": "value"}
    • Editar - /faculty/edit/{id} put {"name": "value"}
  • Building

    • Lista Todos - /building/list get
    • Consulta Especifica - /building/{id} get
    • Insertar - /building/add post {"name": "value", "facultyid": "value"}
    • Editar - /building/edit/{id} put {"name": "value", "facultyid": "value"}
  • Lab

    • Lista Todos - /lab/list get
    • Consulta Especifica - /lab/{id} get
    • Insertar - /lab/add post {"name": "value", "buildingid": "value"}
    • Editar - /lab/edit/{id} put {"name": "value", "buildingid": "value"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages