Table of Contents
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.
Creating this blog helped me learn and practice:
- Responsive Web Design
- Debugging
- Routing
- Database Management
- Internet Security
- User Authentication
- User Authorization
- Message Flashing
- Documentation
To get a local copy up and running, follow the steps below.
Python3: Get Python
- Clone this repo
git clone https://github.com/Ze-Austin/ze-blog.git
- Activate the virtual environment
source env/bin/activate
- Install project packages
pip install -r requirements.txt
- Run Flask
flask run
- Open the link generated in the terminal on a browser
Distributed under the MIT License. See LICENSE for more information.
Dr Austin Wopara - @Ze_Austin - austinwopara@gmail.com
Project Link: Ze Blog
This project was made possible by:
- AltSchool Africa School of Engineering
- Caleb Emelike's Flask Lessons
- My AltSchool Python Repo
- GitHub Student Pack
- NameCheap Logo Maker
- Othneil Drew's README Template
- Ileriayo's Markdown Badges
- Stack Overflow