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 f917eedace upload thumb image of the article, some stuff fixed 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 added post page, and added write page, with text editor 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
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

Decentralized blogging platform, using IPFS

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

Third party tools