How to start coding in backend

hello guys please guide me i am done with coding ux/ui in ionic and now i want to do backend of my applicaion where shold i get started from ? please help

Hi,

Can you provide more information about what your application does to understand your back end needs.

Here an easy way to write your back end logic with node express :
http://expressjs.com/en/starter/hello-world.html

if you need to use database, you can use MySQL. Follow this install guide :
https://dev.mysql.com/doc/refman/8.0/en/installing.html

Use it with express :
http://expressjs.com/fr/guide/database-integration.html

its a simple gym application i have to code a few calculations on one page and other are gym pages

What is this calculations ? Do you need to store anything on database and request a server to store or get remote data ?

no i am just working on simple applications and yes it includes browser storage and i have to save data locally on mobile

Ok,

You have lot of exemple and tutorials on joshmorony blog : https://www.joshmorony.com/blog/

I think this one is a good start for you : https://www.joshmorony.com/building-a-notepad-application-from-scratch-with-ionic/

Root14

thanks i will try this