[Help] E-commerce project

Hello guys, whats up!?

So… I have a question. I need build an app of E-commerce to my college. I’m using Ionic, NodeJS and MySQL.

Somebody did something like that? if yes, can you talk about how i do API + MySQL?

I’ve been trying and i built 3 models, but wasn’t sucessfull.

Ps: I accept videos, courses, articles… etc
Ps²: Sorry bad english.

You will need a server side application that connects to your MySQL database and provides a API, probably REST(ish/ful) for your Ionic app to use. Best start with reading a simple string from the database and returning just that, reading it into an app and output it on the start page of a super simple app. Then improve from there.