This website was created using Python, Jinja Framework, MaterializeCSS and Google App Engine. The site is available at BlogWithAkash
- A Main Page for viewing the blogs.
- A Signup Page for registering new users.
- A Login Page for loggin in.
- A Blog Creation Page for creating subject and content of the blog.
- A wiki to edit the blogs.
- Password hashing is done employing a random salt and sha256 algorithm.
- Google App Engine's GQL is used to manage database.