An open API service indexing awesome lists of open source software.

https://github.com/jiisanda/blogitornot

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.
https://github.com/jiisanda/blogitornot

blog-app css django html python

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          





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](screenshots/list_of_blogs.png) |
|:--:|
| *Home Page with List View* |

| ![AddPost](screenshots/new_post.png) |
|:--:|
| *Add a new Post* |

| ![EditPost](screenshots/edit_post.png) |
|:--:|
| *Edit Post* |

| ![DetailView](screenshots/detail_view.png) |
|:--:|
| *Detail View of a Post* |

| ![Add Note](screenshots/add_note.png) |
|:--:|
| *Add a Note* |

| ![Update a Note](screenshots/update_note.png) |
|:--:|
| *Update a note* |

| ![Add Category](screenshots/new_category.png) |
|:--:|
| *Add a Blog Category* |

| ![UserProfile](screenshots/profile_page.png) |
|:--:|
| *User Profile Page* |

#### ๐Ÿ“œ LICENSE
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.