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.
- Host: GitHub
- URL: https://github.com/jiisanda/blogitornot
- Owner: jiisanda
- License: mit
- Created: 2021-11-28T11:48:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T09:26:22.000Z (about 2 years ago)
- Last Synced: 2025-04-14T04:36:30.186Z (6 months ago)
- Topics: blog-app, css, django, html, python
- Language: HTML
- Homepage: https://blogit-ornot.vercel.app
- Size: 2.12 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
#### ๐ฅ 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
|  |
|:--:|
| *Home Page with List View* ||  |
|:--:|
| *Add a new Post* ||  |
|:--:|
| *Edit Post* ||  |
|:--:|
| *Detail View of a Post* ||  |
|:--:|
| *Add a Note* ||  |
|:--:|
| *Update a note* ||  |
|:--:|
| *Add a Blog Category* ||  |
|:--:|
| *User Profile Page* |#### ๐ LICENSE
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.