ogdhruv / blog-it

A django blog page made with Django πŸ’»οΈ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog-It πŸ“°οΈ

A simple django blogging web application. βœ…οΈ

demo

Requirements (Prerequisites) πŸ“

Tools and packages required to successfully install this project.

Running Demo πŸ”¨

A step by step list of commands / guide that informs how to run an instance of this project in linux.

 $ git clone https://github.com/ogdhruv/blog-it.git

 $ cd blog-it

 $ python -m venv .venv

 $ source .venv/bin/activate

 $ pip install -r requirements.txt

 $ python ../manage.py makemigrations

 $ python ../manage.py runserver

Features 🌟

  • Used Bulma to make it 100% responsive
  • Used Django for Back-end Development
  • Made a simple CRUD-based blogging page.

Tech Stack / Built With πŸ“œοΈ

  1. Django- A web framework
  2. Bulma.io - The modern CSS framework that just works.

⚠️ Note: If you do not know how to configure bulma with your template. click-here

Screenshot

  • Single blog view

Blog View

  • Delete post

Contribution 🀝

  • Want to contribute? Feel free to open a PR! 😸

Please open an issue first to discuss what you would like to change. If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

Steps to contribute:

  1. Fork this repository blog-it
  2. Create your feature branch (git checkout -b feature/foobar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Authors 😁️

ogDhruv

You can find me here at: Github

License

This project is licensed under the MIT License - see the LICENSE.md file for details

MIT Β© ogDhruv

About

A django blog page made with Django πŸ’»οΈ


Languages

Language:Python 66.3%Language:HTML 33.7%