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

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.

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]
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)

# 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:
![screenshot](./assets/screenshot.png)
Create Post:
![screenshot](./assets/screenshot2.png)
Bloggers:
![screenshot](./assets/screenshot3.png)
Blogger
![screenshot](./assets/screenshot4.png)

## 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: