Type: "npm install" to install dependencies
Type: "npm start" to start the server
POST /turnos
- { id_barberia : Int }
- { id_cliente : Int }
- { fecha : Date }
- { hora : Time }
GET /turnos
GET /turnos/:id
- { id : Int }
PUT /turnos/:id
- { id : Int }
- { fecha : Date }
- { hora : Time }
DELETE /turnos/:id
- { id : Int }
POST /turnos/turnosBarberia
- { nombreBarberia : String }
POST /turnos/turnosCliente
- { email : String}