diff --git a/README.md b/README.md index 583cb2e..2592b11 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# decentralized-blogging-platform +# decentralized-blogging-platform (DBP) Decentralized blogging platform, using IPFS +![dbp](https://raw.githubusercontent.com/arnaucode/decentralized-blogging-platform/master/dbp-demo.gif "dbp-demo") +## Current status +- Project not finished, under development +- Deploying the images and the blog articles over IPFS works ### Instructions @@ -17,7 +21,12 @@ in order to allow access to IPFS from the app. ipfs daemon ``` +## Languages used + +- GUI: Angularjs +- Client background: Go lang ## Third party tools +- IPFS https://ipfs.io/ - For the WYSIWYG editor, is used the medium-editor clone: https://github.com/yabwe/medium-editor diff --git a/dbp-demo.gif b/dbp-demo.gif new file mode 100644 index 0000000..058d3b3 Binary files /dev/null and b/dbp-demo.gif differ