Skip to content

tuvokki/bogart-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My bogart blog with CouchDB

This is a blogging system, created as an example. This example is documented in a series of blogposts on tuvokki.github.io. Look at the releases for all intermediate steps and the links to the posts.

##Usage Create a couchdb instance somewhere, for instance on Smileupps and create a database for your blog.

To run create a .env file in the root of your project with the following contents:

DB_HOST=https://your-couchdb.host.com/
BOGART_SECRET=A-RANDOM-STRING-OF-CHARACTERS-TO-SERVE-AS-A-SECRET-44-LONG

Run node app.jsand see the magic happen.

For developent use nodemon.

About

Repo that belongs to s series of blogs about building a blog in bogart.js using couchdb as a backend.

Resources

Stars

Watchers

Forks

Packages

No packages published