/e-commerce-backend

E-commerce backend project - Javascript´s School

Primary LanguageJavaScriptOtherNOASSERTION

Proyecto E-commerce - Equipo pichón!

Javascript´s School Backend E-commerce

Instalación

npm install

Ejecución

npm run start

Rutas para probar desde postman

https://e-moms-api.now.sh/api/products (GET) - Obtener todos los productos https://e-moms-api.now.sh/api/products/ (GET) - Obtener producto por id https://e-moms-api.now.sh/api/products/?categories=ropa (GET) - Obtener producto por categoria https://e-moms-api.now.sh/api/products/ (GET) - Obtener producto por id https://e-moms-api.now.sh/api/productsbystore/<id_store> (GET) - obtener productos por store

https://e-moms-api.now.sh/api/products (POST) - crear producto https://e-moms-api.now.sh/api/products/ (PUT) - actualizar producto https://e-moms-api.now.sh/api/products/ (DELETE) - eliminar producto