Skip to content

An app for posting blogs, and updating them. It also contains inspirational quotes to inspire the readers.

Notifications You must be signed in to change notification settings

M0nicah/blog-app

Repository files navigation

blog-app

An app for posting blogs, and updating them. It also contains inspirational quotes to inspire the readers.

Installation

Guide to install Blogify application:

Clone this repository

git clone https://github.com/M0nicah/blog-app.git
  • Move into the cloned directory:
cd blog-app
  • Create and activate your virtual environment:
mkvirtualenv virtual
  • Install project dependancies within your active environment: (Read: requirements.txt and use command below)
(virtual)$ pip install -r requirements.txt
  • Environment variables:
    • Create a file called .env in the root folder
    (virtual)$ touch .env
    • Add the following lines to the file as seen in .env-template
    SECRET_KEY=
    DATABASE_URL=
  • Start the flask server
(Virtual)$ flask run
  • or
(Virtual)$ python3 manage.py

Features and BDD

  • Users are able to create user profile and login to post their blogs.

Technology Used

  • Framework: Flask
  • Language Python

Developed with

  • Structure: Bootstrap, HTML

  • Styles: CSS

Author

About

An app for posting blogs, and updating them. It also contains inspirational quotes to inspire the readers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published