A Home for Creatives
Table of Contents
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.
Creating this blog helped me learn and practice:
- Web Design
- Debugging
- Routing
- Database Management
- Internet Security
- User Authentication
- User Authorization
- Flash Messaging
- Documentation
To get a local copy up and running, follow the steps below.
Python3: Get Python
- Clone this repo
git clone https://github.com/Munaelekwa/Pen-Speaks-blog.git
- Activate the virtual environment
source env/scripts/activate
- Install project packages
pip install -r requirements.txt
- Run Flask
flask run
- Open the link generated in the terminal on a browser
Munachiso Elekwa - @Munaelekwa - [email protected]
Project Link: Pen Speaks Blog
I'm Thankful for resources and insight from:
- AltSchool Africa School of Engineering
- Caleb Emelike's Flask Lessons
- Othneil Drew's README Template
- Stack Overflow