Skip to content

Latest commit

 

History

History
169 lines (135 loc) · 5.33 KB

README.md

File metadata and controls

169 lines (135 loc) · 5.33 KB

Blog-app

Pen Speaks Blog

A Home for Creatives


Table of Contents
  1. About Pen Speaks Blog
  2. Lessons Learned
  3. Directions For Use
  4. Contact
  5. Acknowledgments

back to top


About Pen Speaks Blog

Pen Speaks is a blog app for writers and creatives to express themselves and get audience. It is also for people who love to read and consume different genre of articles.

Pen Speaks Blog was built as an exam project by Munachi Elekwa, a Backend Engineering student at AltSchool Africa who loves solving problems with code, over a cup(or two) of yoghurt parfait.

back to top

Built With:

Python Flask Jinja HTML5 CSS3 SQLite

back to top


Improved Skills

Creating this blog helped me learn and practice:

  • Web Design
  • Debugging
  • Routing
  • Database Management
  • Internet Security
  • User Authentication
  • User Authorization
  • Flash Messaging
  • Documentation

back to top


Directions for Use

To get a local copy up and running, follow the steps below.

Prerequisites

Python3: Get Python

Installation

  1. Clone this repo
    git clone https://github.com/Munaelekwa/Pen-Speaks-blog.git
  2. Activate the virtual environment
    source env/scripts/activate
  3. Install project packages
    pip install -r requirements.txt
  4. Run Flask
    flask run
  5. Open the link generated in the terminal on a browser

back to top

---

Contact

Munachiso Elekwa - @Munaelekwa - [email protected]

Project Link: Pen Speaks Blog

back to top


Acknowledgements

I'm Thankful for resources and insight from:

back to top