Final project for Node professional training course of UTN FRBA.
Using Express and MongoDB, develop an ecommerce with the following services:
- Home: get JSON with starred products
- Product detail: get JSON with the product name, price, code, description and category
- Register: sign up by sending a JSON object in a POST request and save it to MongoDB
- Login: sign in by sending a JSON object in a POST request and return a JSON Web Token
Import the collection from this repository:
https://raw.githubusercontent.com/fedemahf/utn-node-mahf/master/postman-collection.json
Sign in using the "User" and "User Login" endpoints. Set up the Bearer token in the collection authorization tab and you are good to go.