Products API

in #open-source6 years ago (edited)

products-api.png

Products API

The Product data model was added.
Product model

Then a Repository was added that will allow you to save data in the MongoDB database.
RepositoryProduct

Then the REST API controller for PRODUCTS was added.
ProductControler

Pull request