I’ve been making progress but could use a mentor.
Discussion
🎯
Where do you feel stuck?
Databases, and api calls
Just use nostr 🤙🏼
Right having a hard time learning how to use relays as a database as well.
Having a challenging time using LNbits api when connected to my node. I can only seem to get things to work when using legend.lnbits.com
I have been able to build a few things, nothing that cool
When you say databases, do you mean persisting data? Or a specific implementation?
For API calls, I assume your referring to REST APIs using JSON and such? There are good libraries for this depending on the language.
I was trying to create a database for a high score board and tried using php/ MySQL. I would much rather use relays but couldn’t figure out how web hooks work.
As for APIs I was trying to use the LNbits API but ran into some problems running an instance on my mynode, could only get extensions working on legends.lnbits
Would like to learn more about Rest APIs and JSON files.
Recommend checking out:
https://www.freecodecamp.org/learn
Idk anything about PHP.
Specifically, I’d look at the DB and the API courses.