Hello Fresco!

This web application is an API-REST made with Node, Express and MongoDB (MongoAtlas) for educational purposes.

CONGELADOS

Food preserved by a freezing process

Request Method

URL

Description

GET

/api/congelados
Get all the "CONGELADOS"

GET

/api/congelados/{id}
Get a "CONGELADO" by id

POST

/api/congelados
Add a "CONGELADO"

PUT

/api/congelados/{id}
Modify a "CONGELADO" by id

DELETE

/api/congelados/{id}
Delete a "CONGELADO" by id

VEHÍCULOS

Machine with wheels and an engine, used for transporting, especially on land

Request Method

URL

Description

GET

/api/vehiculos
Get all the "VEHICULOS"

GET

/api/vehiculos/{id}
Get a "VEHICULO" by id

POST

/api/vehiculos
Add a "VEHICULO"

PUT

/api/vehiculos/{id}
Modify a "VEHICULO" by id

DELETE

/api/vehiculos/{id}
Delete a "VEHICULO" by id

REPARTIDORES

A person employed to make deliveries of merchandise to purchasers

Request Method

URL

Description

GET

/api/repartidores
Get all the "REPARTIDORES"

GET

/api/repartidores/{id}
Get a "REPARTIDOR" by id

POST

/api/repartidores
Add a "REPARTIDOR"

PUT

/api/repartidores/{id}
Modify a "REPARTIDOR" by id

DELETE

/api/repartidores/{id}
Delete a "REPARTIDOR" by id