Connect a database to ionic app

Hello, i’m a bit new to ionic framework

I have a website that’s online, I used laravel to make it. It has a database which has users in it.

How can I connect to this database and do CRUD function on it using Ionic?

I’d prefer not paying for any service, just an easy way to connect, and do what I need to do.

Also to be able to login using the email and password already on the database.