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.
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