added views, befriending, community, paying, user profiles and searching for users
So first the biggest: I added paying with Stripe. I only used the sandbox but you could basicially just add your own API Keys in an .env file and youd be able to start.
The documentation was really tuff to read through but I made it with the help of a tutorial.
After that I added user profiles. I just reused my game backend with the screenshots and so for the avatar.
When I was finished with the unique users I started with the view system. For now it’s pretty basic and you just have to view a site for 5 seconds to count as a view.
After that I added the community tab where you can search users and befriend them.
Some of my error highlights:
“stripe is not defined”; I forgot to add the API key.
Not an error but. I hardcoded the API Keys. Already fixed but still. “Template…… unexpected” I had to delete the database because I added a new velue for it.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.