Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaucube/decentralized-blogging-platform
Decentralized blogging platform, over IPFS
https://github.com/arnaucube/decentralized-blogging-platform
Last synced: 18 days ago
JSON representation
Decentralized blogging platform, over IPFS
- Host: GitHub
- URL: https://github.com/arnaucube/decentralized-blogging-platform
- Owner: arnaucube
- License: mit
- Created: 2018-02-01T12:10:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T09:11:10.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T18:26:01.930Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 3.62 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- Need to add:
```
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
```
in order to allow access to IPFS from the app.- Start the IPFS daemon
```
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