An app for posting blogs, and updating them. It also contains inspirational quotes to inspire the readers.
Guide to install Blogify application:
git clone https://github.com/M0nicah/blog-app.git
- Move into the cloned directory:
cd blog-app
- Create and activate your virtual environment:
mkvirtualenv virtual
- Install project dependancies within your active environment: (Read: requirements.txt and use command below)
(virtual)$ pip install -r requirements.txt
- Environment variables:
- Create a file called
.env
in the root folder
(virtual)$ touch .env
- Add the following lines to the file as seen in
.env-template
SECRET_KEY= DATABASE_URL=
- Create a file called
- Start the flask server
(Virtual)$ flask run
- or
(Virtual)$ python3 manage.py
- Users are able to create user profile and login to post their blogs.
- Framework: Flask
- Language Python
-
Structure: Bootstrap, HTML
-
Styles: CSS
- Designed and developed by: Monica Masae