Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 209 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 209 Bytes

blog-python-mongodb

Simple Blog in Python and MongoDB

mongo shell

use blog db.posts.drop()

terminal

mongoimport -d blog -c posts < posts.json

python blog.py

http://localhost:8082/