Giter Site home page Giter Site logo

flask's Introduction

BLOGGING

Description

This is a web application that allows users to express themselves using a blog posts. They they first create an account then log in to start creating blogs..

By Denis Kibet

The user can:

  • See various blog posts
  • View blogposts they like
  • See the latests posts
  • Subscribe to latest post service

Setup/Installation Requirements

Prerequisites

  • python3.6
  • pip
  • Virtual environment(virtual)

Cloning and running

  • Clone the application using git clone(this copies the app onto your device). In terminal:

        $ git clone https://github.com/Kibet1816/Blogging.git
        $ cd Blogging
    
  • Creating the virtual environment

        $ python3.6 -m venv --without-pip virtual
        $ source virtual/bin/env
        $ curl https://bootstrap.pypa.io/get-pip.py | python
    
  • Installing Flask and other Modules

        $ python3.6 -m pip install Flask
        $ python3.6 -m pip install Flask-Bootstrap
        $ python3.6 -m pip install Flask-Script
        $ python3.6 -m pip install -r requirements.txt
    
  • Run the application:

        $ chmod a+x start.sh
        $ ./start.sh
    

Testing the Application

  • To run the tests for the class files:

        $ python3.6 manage.py test
    

Technologies Used

  • Python 3.6
  • Flask

Behaviour driven development/ Specifications

Behaviour Sample Input Sample Output
Display latest blogs On page load List of various blogs I have written
Registration Submit regitration form User creates an account and receives welcome email
Subscription Submit subscription form User receives email eb=very time there is a new post
Edit posts(writer) Submit edit post The post is updated with new data from user
Delete posts(writer) Click delete post Post is deleted
Delete comments(writer) Click delete comment Comment is deleted

Support and contact details

For any questions, troubleshooting or contributions, find me on:

License

MIT LICENSE Copyright (c) {2019}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.