https://github.com/javitocor/blog-django
A Blog built with Django where bloggers can signup/login, and perform CRUD operations for posts. Bloggers can search per tags or headlines and comment in posts.
https://github.com/javitocor/blog-django
bootstrap ckeditor django django-blog django-filters
Last synced: 9 months ago
JSON representation
A Blog built with Django where bloggers can signup/login, and perform CRUD operations for posts. Bloggers can search per tags or headlines and comment in posts.
- Host: GitHub
- URL: https://github.com/javitocor/blog-django
- Owner: javitocor
- License: mit
- Created: 2021-09-12T15:54:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T16:04:40.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T05:24:49.300Z (over 1 year ago)
- Topics: bootstrap, ckeditor, django, django-blog, django-filters
- Language: CSS
- Homepage:
- Size: 52 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]

# Django Blog
> A Blog built with Django where bloggers can signup/login, and perform CRUD operations for posts. Bloggers can search per tags or headlines and comment in posts.
Additional description about the project and its features.
Posts:

Create Post:

Bloggers:

Blogger

## Built With
- DJANGO
- BOOTSTRAP
- CKEDITOR
- PILLOW
- DJANGO FILTERS
- GITHUB ACTIONS
- VSCODE
## Getting Started
### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/Blog-Django/archive/main.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:javitocor/Blog-Django.git
```
- Clone with HTTPS
```
https://github.com/javitocor/Blog-Django.git
```
* In the project directory, you can run:
Create virtual enviroment with:
``` bash
py -m venv project-name
project-name\Scripts\activate.bat
```
Install dependencies in your home folder with:
``` bash
pip install -r requirements.txt
```
Run migrations:
``` bash
py manage.py makemigrations
py manage.py migrate
```
Run server:
``` bash
py manage.py runserver
```
Access the page by typing in your web browser
``` bash
http://127.0.0.1:8000/
```
## Author
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/Blog-Django/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- [Django Docs](https://docs.djangoproject.com/en/3.2/)
- [CKeditors](https://django-ckeditor.readthedocs.io/)
- [Django-Filters](https://django-filter.readthedocs.io/)
## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Blog-Django.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Blog-Django/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Blog-Django.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Blog-Django/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Blog-Django.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Blog-Django/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Blog-Django.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Blog-Django/issuesover: