Hi, I am working on my project that will involve an app sending/receiving information from my database on the web, but I have no idea how to make it work. After some research it appears that I can use a Web API and a SQL server, but I still don't know the path that I have to take to achieve this.
Can someone please tell me how to:
- Code an API
- Connect the app with the API
- Connect the API to the SQL server
- Send and receive data from the app
Thank you so much for your help!