Skip to content

    better-blog

    Created by
    grandeurkoe
    grandeurkoe

    This project simulates a Blog website using the Flask framework. This website was built using the Bootstrap5 framework. Use the requests module to get post data from the npoint(https://api.npoint.io/eb6cd8a5d783f501ee7d) API. Store the newly acquired JSON response. Use the Jinja template engine to create "header.html" and "footer.html" templates. Jinja allows you to

    Website Navigation:

    • The Blog website is running on a development server that Flask ships with.
    • Use the "/" route to navigate to the blog homepage.
    • Each post on the homepage is a link.
    • Click on post link to navigate to that post's webpage.
    • Click on "ABOUT" link to navigate to the about webpage.
    • Click on "CONTACT" link to navigate to the contact webpage.
    • Use the "/post/post_id" route to navigate to each post based on post_id (integer).
    • Use the "/" route to navigate to the blog homepage.
    • Use the "/about" route to navigate to the about webpage.
    • Use the "/contact" route to navigate to the contact webpage.