Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/handcrab/mongoblog
sinatra + mongodb
https://github.com/handcrab/mongoblog
Last synced: 3 months ago
JSON representation
sinatra + mongodb
- Host: GitHub
- URL: https://github.com/handcrab/mongoblog
- Owner: handcrab
- Created: 2015-03-13T11:25:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T12:18:00.000Z (over 9 years ago)
- Last Synced: 2024-02-13T02:08:22.549Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`