Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.22 KB

BlogIt - Blogging Web Application

BlogIt is a website where users can register, and create new posts on a variety of topics having textual content and image. Users can add new posts, update posts and delete posts as well as edit their profiles as required.

Usage

Visit : https://blogit-dev.herokuapp.com/

Clone this repository at the a suitable location in your local machine using the command-

git clone https://github.com/avd151/BlogIt.git

Open Terminal or Command Prompt and run the following commands\

    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver

Open any web browser and go to the following URL - http://127.0.0.1:8000/ to start using the website

Screenshots