Skip to content

MNGDLN/tutorial-blog-django

Repository files navigation

Tutorial Blog Django

Tutorial Blog Django is a web application that allows Admin to create, read, update, and delete blog posts. It is built using Django, Tailwind CSS, and Tinymce.

Features

  • Blog Functionality: Admin CRUD
  • Admin Panel: Utilizes Tinymce as a rich text editor
  • Contact Page: Receive email

Installation

Follow these steps to get the project up and running on your local machine:

  1. Clone the repository:
git clone https://github.com/MNGDLN/tutorial-blog-django.git
cd tutorial-blog-django

Usage

Dcoker

docker-compose up --build -d

run on local machine

# For Linux
pip install virtualenv
python -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python blogDjango/manage.py runserver

homepage: http://127.0.0.1/ dashboard: http://127.0.0.1/admin/ username: admin password: admin

#demo

desktop.mp4
mobile.mp4

Releases

No releases published

Packages

No packages published