Skip to content

A Blogging Web Application, where a user can Post a Blog, Update, Delete, Modify, Comment and Like a User Posts. The Project uses Python's Django Framework. Along with HTML, Bootstrap CSS, and a bit JS.

License

Notifications You must be signed in to change notification settings

jiisanda/BlogitOrnot

Repository files navigation


Logo

Blog It or Not

A Blogging application, with private notes.
Explore the docs »


📥 Installation

git clone https://github.com/jiisanda/BlogitOrnot.git
pip install -r requirements.txt

⚙️ Setup

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py migrate --run-syncdb

🖌️ Create Superuser

Superuser can be created to access the django admin

python3 manage.py createsuperuser

Enter the asked fields...

🎬 Screenshots

HomePage
Home Page with List View
AddPost
Add a new Post
EditPost
Edit Post
DetailView
Detail View of a Post
Add Note
Add a Note
Update a Note
Update a note
Add Category
Add a Blog Category
UserProfile
User Profile Page

📜 LICENSE

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

About

A Blogging Web Application, where a user can Post a Blog, Update, Delete, Modify, Comment and Like a User Posts. The Project uses Python's Django Framework. Along with HTML, Bootstrap CSS, and a bit JS.

Topics

Resources

License

Stars

Watchers

Forks