Skip to content

Latest commit

 

History

History
109 lines (60 loc) · 2.11 KB

README.md

File metadata and controls

109 lines (60 loc) · 2.11 KB

FLASK BLOG

This project was done using Python 3.6 and Flask.

DESCRIPTION

This is a for personal blogging website where you can create and share your opinions and other users can read and comment on them.

User Story

  • Users can see the post other people have published.

  • Users/Writers can sign in to the blog.

  • Users can register on the website.

  • Users can create a blog from the application.

  • Users can receive a welcoming email once they sign up.

  • Users can view the posts they have created in their profile page..

  • Users can comment on the different posts.

  • Users can submit a post in any category.

  • Users can view the different categories.

SETUP/INSTALLATION.

Prerequisites

To work with FLASK BLOG App you need to have some few prerequisites.

  • Python3.6

  • pip

  • Flask

  • Virtual environment (virtualenv)

  • Code/text editor

  • Terminal

To work With FLASK BLOG

  1. You will need Internet connection.

  2. You will also need python installed and knowledge of python

  3. To get to use FLASK BLOG first you need to get to the FLASK BLOG repository.

Link:-> https://github.com/josylad/Flask-Blog

  1. From there you can access FLASK BLOG App.

  2. Clone the project.

  3. Once you done with cloning and project is on your device.

  4. get into project folder (cd into project).

  5. Installing Flask and other Modules

    python3.6 -m pip install Flask python3.6 -m pip install Flask-Bootstrap python3.6 -m pip install Flask-Script python3.6 -m pip install -r requirements.txt

  6. On your bash terminal Run the command:-

  $ chmod +x start.sh
  $ ./start.sh

OR run:

  • $ python3.6 run.py runserver

Technologies Used

  • Python 3.6
  • Flask
  • Postgresql
  • MDBootstrap

AUTHOR

  • Joseph Adediji

Support and Contact


-Twitter: @Josylad

-Blog: Joseph on Medium

-Email Address: markupmediang [@] gmail.com

-github-username: Josylad

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright (c) 2019. Joseph Adediji