You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
739 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. # decentralized-blogging-platform (DBP)
  2. Decentralized blogging platform, using IPFS
  3. ![dbp](https://raw.githubusercontent.com/arnaucode/decentralized-blogging-platform/master/dbp-demo.gif "dbp-demo")
  4. ## Current status
  5. - Project not finished, under development
  6. - Deploying the images and the blog articles over IPFS works
  7. ### Instructions
  8. - Need to add:
  9. ```
  10. ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
  11. ```
  12. in order to allow access to IPFS from the app.
  13. - Start the IPFS daemon
  14. ```
  15. ipfs daemon
  16. ```
  17. ## Languages used
  18. - GUI: Angularjs
  19. - Client background: Go lang
  20. ## Third party tools
  21. - IPFS https://ipfs.io/
  22. - For the WYSIWYG editor, is used the medium-editor clone: https://github.com/yabwe/medium-editor