Skip to content

A Blog application for Alt school second semester examiination

License

Notifications You must be signed in to change notification settings

Hauwarh/Bloggy-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Bloggy

A Blog application for Alt school second semester examination

Bloggy is a tech blog where techies, developers, tech enthusiast can publish their work, share their knowledge and document their learning process. You can read, post, edit, and delete blogs on Bloggy.

Bloggy is an examination project created by Hauwa Ibrahim an Altschool Africa student learning Backend engineering.

It is built with Python, Html, Css, Flask, jinja2

Live Demo of Bloggy

Untitled-Nov-6-2022-8-49-PM (1)

Running Bloggy

To run the project locally on your PC, you need to have python installed from Python website. Then follow the steps below:

  • On your terminal clone this repo

    git clone https://github.com/Hauwarh/Bloggy-app.git

  • Activate the virtual environment

    source blogvir/bin/activate (on Linux and MacOs)

    blogvir\Scripts\activate (on Windows)

  • Install project package and dependencies

    pip install -r requirements.txt

  • Run Flask

    python app.py

  • Open the link generated in the terminal

    http://127.0.0.1:8080/

License

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

About

A Blog application for Alt school second semester examiination

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published