About Blog: Being current about situations happening all around need a platform to fetch news and gists from. Here you have rantsblog to keep you up-to-date. Using Django Framework Architecture, From creating Models to Views, mapping urls to templates(HTML and CSS) and implementing the CRUD (Create, Retrieve, Update and Delete) functionality.
Platform Hosted Heroku: https://rantsblog.herokuapp.com/
How To Run: To get it running on your local machine, follow the steps below:
-Run the commands below in your terminal: https://github.com/seyiadel/Rantslog-Blog.git
-Create a virtual environment adn Install the requirements with the command below: virtualenv env
source env/bin/activate - Linux / Mac
env/Scripts/activate.bat - Windows
pip install -r requirements.txt
-Run the development server with python manage.py runserver
-Launch your browser and navigate to: http://127.0.0.1:8000