Adrian Mejia

Results 29 comments of Adrian Mejia

If you only have Linux/Windows, ignore any instructions related to iOS/Xcode and just do the Android part.

Use https://angular-translate.github.io/

@joshuacox sounds great! You can create pull request with improvements and I can review it and merge it back to master. I'm sorry that I'm playing a passive role at...

Thanks for buying the book. Yes, I'm planning to update Node on this repo

sure, you can add a new field in the products model called `variants`. This will contain an array of values that you can initialize when you create the object. For...

To keep inventory you need a unique product identifier (That's what [Amazon](https://www.amazon.com/gp/help/customer/display.html?nodeId=200202190) use). Each product will have only its variants. This way you can set the stock and price independently....

You can list the Categories in a dropdown and associate them with the product. Take a look at `seed.js` to see how to associate products with categories

Yes, everything has been developed/tested under `0.12` version. There might be some things not working if you use another version. I'm going to do another version of this project with...

@joshuacox I have another branch https://github.com/amejiarosario/meanshop/tree/2.x. The idea is to use Node v6+, ES6 & Angular 2, but I haven't start the migration yet.

@augusten @marjan-georgiev any news on this? This will greatly help my chart with overlapping labels ![image](https://user-images.githubusercontent.com/418605/79013090-e98c7180-7b35-11ea-937e-169c1ce46e82.png)