I am thinking to create a small social media

aeric

Expert
Licensed User
Longtime User
... like twitter, threads or weibo?

Using Web API Template 2 + MinimaList (KVS).
 

peacemaker

Expert
Licensed User
Longtime User
Only 2 variants possible as result: 200 users max from b4x.com/forum or a new FaceTwitWeibook with overcrowded server :)
 

aeric

Expert
Licensed User
Longtime User
Not trying to create the next big thing. I only want to do as a proof of concept.
 

peacemaker

Expert
Licensed User
Longtime User
a proof of concept
Each thing should have any feature, aim of creation. Why to do it ?
What need it can solve for user who decides to join ?
 

aeric

Expert
Licensed User
Longtime User
aim?
as i said, "proof of concept"
To demonstrate how easy and fast to build the API using my template. Without using SQL.
 

peacemaker

Expert
Licensed User
Longtime User
So, main is demonstration of fast and easy building, clear.
 

aeric

Expert
Licensed User
Longtime User
I thought to make a video on it.
 

aeric

Expert
Licensed User
Longtime User
Creating a sample app is not a bad idea, just so you know at the end what was still missing or what didn't work properly yet.
Sure, compare to complete app and infra developed by multimillion companies in months and teams of employees. As I mentioned, "small".
 

amaxco

Member
Licensed User
Longtime User
What you will do if people like your product and request adding features one after another? Tthey, people who like you product, will grow in number day by day!
 

aeric

Expert
Licensed User
Longtime User
What you will do if people like your product and request adding features one after another? Tthey, people who like you product, will grow in number day by day!
I never dream that. ?
 

aeric

Expert
Licensed User
Longtime User
I hit limitation with MinimaList and I am going to switch to SQLite and MiniORM.
 

aeric

Expert
Licensed User
Longtime User
I hit limitation with MinimaList and I am going to switch to SQLite and MiniORM.
So close. I created Query and QueryFirst subs and now I am back to MinimaList. ?
 

aeric

Expert
Licensed User
Longtime User
Concept

1690954207455.png
 

aeric

Expert
Licensed User
Longtime User
Beta version.
Many features not yet implemented.
Anyone wants to see? ?

Screenshot_20230822_110842.jpg

Demo
Note: Link will be remove after 31 Aug.
 
Last edited:

aeric

Expert
Licensed User
Longtime User
Hi Aeric:

User and password?
Preregistered user:
email: demo@gmail.com
password: demo

or you can try sign up a new account. (No email is sent, you can use a fake email)

note: This is just a demo. I created this to test Web API Template 2, JWT and Minima List.
 

josejad

Expert
Licensed User
Longtime User
Working great!! Posted some comments and a image. Maybe there could be a way when you see a post, to go back right after that post in the feed, now you have to start again from the top
 

aeric

Expert
Licensed User
Longtime User
Working great!! Posted some comments and a image. Maybe there could be a way when you see a post, to go back right after that post in the feed, now you have to start again from the top
I am thinking the same.
In desktop, either click the top or browser back button. In mobile, we can use the back key or gesture.
However, I just created this for fun. Maybe I will add this in the future.
 
Top