Skip to content

dassaevtagle/Chiripa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Chiripa is a RESTful API made to manage hielitos with CRUD operations.

Routes are:

  • /api/hielitos/obtener - to retrieve (GET) all the hielitos.

  • /api/hielitos/obtener/{id} - to retrieve (GET) a specific hielito.

  • /api/hielitos/guardar - to save and store (POST) a new type of hielito.

  • /api/hielitos/editar/{id} - to edit (PUT) a specific hielito.

  • /api/hielitos/parchear/{id} - to edit (PATCH) a specific hielito.

  • /api/hielitos/eliminar/{id} - to remove (DELETE) a specific hielito.

Run on a local server

You can run the app on a local server using dotnet run on the projects folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages