Skip to content

A personal blog with categories. User can make comments via each posts and category

Notifications You must be signed in to change notification settings

seyiadel/Rantslog-Blog

Repository files navigation

Rantslog-Blog

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.

UI Preview: Screenshot (95)

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

About

A personal blog with categories. User can make comments via each posts and category

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published