A simple blog site made using HTML,CSS,mongo db,node js,express js and semantic ui to practice restful routing.
git clone https://github.com/Shraysanan/Blog-site.git
cd Blog-site
npm install
Start mongodb (in its own terminal tab)
cd ./mongod
Run the app (in its own terminal tab)
node app.js
1)Creating a new blog 2)view more info on a blog 3)Editing pre-existing blogs 4)Deleting a blog
inside blog content HTML can also be used except script tags