Skip to content

Ze-Austin/ze-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License Twitter




Table of Contents
  1. About Ze Blog
  2. Lessons Learned
  3. Usage
  4. Sample
  5. License
  6. Contact
  7. Acknowledgements

back to top


About Ze Blog

Ze Blog is a safe space for you to explore the thoughts and experiences of fellow citizens of the internet, and share yours too.

Authentication is not required to read articles on this blog, but you'll have log in to post, edit or delete your articles.

Ze Blog was built as an exam project by Ze Austin, a Backend Engineering student at AltSchool Africa who's learning to create magic with the Python Flask framework.

A tutorial on how this project was built is available in Austin's Space on Hashnode.

back to top

Built With:

Python Flask Jinja HTML5 CSS3 SQLite

back to top


Lessons Learned

Creating this blog helped me learn and practice:

  • Responsive Web Design
  • Debugging
  • Routing
  • Database Management
  • Internet Security
  • User Authentication
  • User Authorization
  • Message Flashing
  • Documentation

back to top


Usage

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/Ze-Austin/ze-blog.git
  2. Activate the virtual environment
    source env/bin/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


Sample


Ze Blog Screenshot


back to top


License

Distributed under the MIT License. See LICENSE for more information.

back to top


Contact

Dr Austin Wopara - @Ze_Austin - austinwopara@gmail.com

Project Link: Ze Blog

back to top


Acknowledgements

This project was made possible by:

back to top