Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/handcrab/mongoblog

sinatra + mongodb
https://github.com/handcrab/mongoblog

Last synced: 3 months ago
JSON representation

sinatra + mongodb

Awesome Lists containing this project

README

        

Very basic blog app with sinatra and mongodb #learning

## Setup
`bundle install`

run mongodb:
`mongod --dbpath ~/data/db`

`mongoimport -d blog -c posts < posts.json`

run sinatra app:
`rerun app.rb`