Skip to content

JuanDamiani/Simple-CRUD-with-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Where'is my books? React FrontEnd Project

Teachers

Ing. Orlando F. Brea y Lorena R. Izzo

Students

Maza Gabriel Camean Fenoy Juan Pablo Damiani Juan

Install

You must have Node.js installed and import the next github backend project: https://github.com/gabrielmaza/library-node-backend.git

To start

node install

For running

npm start

Api endpoints.

Api categoria

GET     /api/categoria 

POST    /api/categoria 

GET     /api/categoria/:id 

DELETE  /api/categoria/:id 

Api Persona

GET     /api/persona 

POST    /api/persona 

GET     /api/persona/:id 

PUT     /api/persona/:id 

DELETE  /api/persona/:id 

Api Libro

GET     /api/libro 

POST    /api/libro 

GET     /api/libro/:id 

PUT     /api/libro/:id 

DELETE  /api/libro/:id 

PUT     /api/libro/prestar/:id 

PUT     /api/libro/devolver/:id 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •