Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.05 KB

BLOG-APPLICATION

Project ID: 18

✍  PROJECT DESCRIPTION

Blogging short for web logging, is an application that runs on a portal app, in which different users (and user groups) can publish and revise daily journal entries, and these entries will be made public for others to view. In essence, it gives everyone his or her own personal editorial column to publish to the world

📂  RELEVANT TECHNOLOGY

Any web technology can be used but I am thinking about using Flask ecosystem.

  • Flask
  • HTML/CSS
  • Bootstrap

💻  GETTING STARTED

=> Fork this repository to start contributing.

=> Open your Git Bash command window and in the root directory type the following commands :

    1) git init -initializes the git repository from the GitHub. 
    2) git clone -Clone the repository to your local machine
      (git clone https://github.com/<your-github-username>/LetsUpgrade/BLOG-APPLICATION.git)