/web_blog

Simple web-based blog to introduce Flask, HTML, CSS, Bootstrap, and Jinja2.

Primary LanguagePython

Web blog

This is a simple web-based blog that doesn't do much but introduces Flask, HTML, CSS, Bootstrap, Jinja2, and other concepts such as endpoints and APIs.

The blog requires MongoDB to be running without authentication enabled.

Once this is running, execute the app and navigate to the endpoint (default: http://127.0.0.1:4995/).

The available endpoints are:

  • /
  • /login
  • /register
  • /blogs
  • /blogs/new
  • /posts/<string:blog_id>
  • /posts/new/<string:blog_id>