API REST utilizada en AngularStore.
- NodeJS.
- Express.
- MongoDB.
- Mongoose.
-
Ver todos los productos ( GET ): https://angular-store-api.onrender.com/taller-web-2/api/products
-
Ver producto por ID ( GET ): https://angular-store-api.onrender.com/taller-web-2/api/product/ [ID DEL PRODUCTO]
-
Ver todas las categorías ( GET ): https://angular-store-api.onrender.com/taller-web-2/api/categories
-
Ver productos por categoría ( GET ): https://angular-store-api.onrender.com/taller-web-2/api/products/ [NOMBRE DE CATEGORÍA]
-
Agregar nuevo producto (disponible solo para administrador) ( POST ): https://angular-store-api.onrender.com/taller-web-2/api/product