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.
 
 
 
 
arnaucode 023f8fe82f gif 6 years ago
webapp upload thumb image of the article, some stuff fixed 6 years ago
.gitignore GetUsers, GetUser, NewPost, GetPosts, GetPost 6 years ago
LICENSE Initial commit 6 years ago
README.md gif 6 years ago
RESTfunctions.go upload thumb image of the article, some stuff fixed 6 years ago
config.json post article to ipfs, and get from ipfs into article page working without being logged (headers conflict) 6 years ago
dbp-demo.gif gif 6 years ago
errors.go signup and login working 6 years ago
hash.go signup and login working 6 years ago
log.go signup and login working 6 years ago
main.go post article to ipfs, and get from ipfs into article page working without being logged (headers conflict) 6 years ago
mongoOperations.go signup and login working 6 years ago
readConfig.go post article to ipfs, and get from ipfs into article page working without being logged (headers conflict) 6 years ago
restConfig.go signup and login working 6 years ago
restRoutes.go GetUsers, GetUser, NewPost, GetPosts, GetPost 6 years ago
tokens.go signup and login working 6 years ago

README.md

decentralized-blogging-platform (DBP)

Decentralized blogging platform, using IPFS

dbp

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