diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9b1d17 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +## Fakebook-AINIRO + +# https://alexerdei.co.uk/fakebook-aigen/ + +This is a demo social media app, where the original version, which uses a Firebase +backend, can be found [Fakebook](https://github.com/AlexErdei73/fakebook). This +version is using [AINIRO Magic](https://docs.ainiro.io/), which is a low code, +no code backend framework from +[Thomas Hansen](https://www.linkedin.com/in/thomas-hansen-ainiro/). The +important bit of invention here is the Hyperlambda programming language, which +makes it possible for the machine to generate most of the backend code. It's a +simple, domain specific, functional programming language, which also human +readable too. You can find the Hyperlambda files in the folder here, although +these are only part of the backend project and run and stored in Magic. I put +them here for you to archive them. This project is a continuation of my previous +project with Magic, which is +[image-storage](https://github.com/AlexErdei73/image-storage). +![screenshot of fakebook-ainiro](fakebook-ainiro.png) diff --git a/fakebook-ainiro.png b/fakebook-ainiro.png new file mode 100644 index 0000000..b408f3f Binary files /dev/null and b/fakebook-ainiro.png differ