Skip to content

A fully functioning blog website using Python, Flask and a relational SQL database.

Notifications You must be signed in to change notification settings

rgoshen/blog-with-users

Repository files navigation

Multi-page Blog Website

This is a multi-page Bootstrap website. Here are the features:

  • interactive navigation bar
  • dynamically generated blog post pages with full screen titles
  • fully mobile responsive with an adaptive navigation bar
  • ability to add users through signing up and commenting on posts

Technologies used

  • HTML5
  • CSS3
  • SASS/SCSS
  • Python
  • Flask framework
  • SQLite & PostgreSQL databases

Installation

  1. $ git clone https://github.com/rgoshen/blog-with-users
  2. $ cd blog_with_users
  3. $ python -m venv .venv
  4. $ pip install -r requirements.txt
  5. get an api key from newsapi .
  6. $ flask run

Shoutouts

About

A fully functioning blog website using Python, Flask and a relational SQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published