Skip to content

My design idea for implementing a Blog App. The Blogging service has a unique design making it really user friendly to work on. Just click the Add Post button on the header and you're set! Website live at

License

Notifications You must be signed in to change notification settings

dewanshrawat15/Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6292175 · Mar 17, 2025

History

30 Commits
Apr 29, 2021
Mar 17, 2025
Mar 17, 2025
Mar 16, 2025
Mar 16, 2025
Nov 4, 2018
Nov 4, 2018
Mar 16, 2025
Nov 4, 2018
Oct 30, 2018
Feb 4, 2019
Oct 3, 2021
Mar 17, 2025
Oct 3, 2021
Mar 17, 2025
Feb 4, 2019

Repository files navigation

Blog-App

Blog-App is a blogging app. The whole project runs on Django.

  • A user can be created by the superuser. Then only can he take edit, delete or add Blog Posts.
  • There is a superuser account. Only the superuser can grant or revoke other admin rights.
  • Posts can be added from the Django Admin page or a plus sign appears when the admin is logged in.

Requirement

Any system with python 3 (preferably 3.6) and terminal.

Usage

  • Navigate to the cloned repository.
  • Install Django
  • Run python manage.py runserver

Run as docker

  • Build project as a docker image by running docker build -t blog-app .
  • Run the image as a container and binding it to a port docker run --publish 8000:8000 blog-app
  • Run the image as a container and binding it to a port docker run -d --publish 8000:8000 blog-app to run in detached mode

Known Issue

None as of now. Feel free to open an issue if any!

Wanna Contribute ?

Yeah, sure, why not. Just be sure to connect with me at dewanshrawat.tech

License

The MIT License

About

My design idea for implementing a Blog App. The Blogging service has a unique design making it really user friendly to work on. Just click the Add Post button on the header and you're set! Website live at

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published