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
- DJANGO
- BOOTSTRAP
- CKEDITOR
- PILLOW
- DJANGO FILTERS
- GITHUB ACTIONS
- VSCODE
To have this app on your pc, you need to:
-
download 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:
py -m venv project-name
project-name\Scripts\activate.bat
Install dependencies in your home folder with:
pip install -r requirements.txt
Run migrations:
py manage.py makemigrations
py manage.py migrate
Run server:
py manage.py runserver
Access the page by typing in your web browser
http://127.0.0.1:8000/
👤 Javier Oriol Correas Sanchez Cuesta
- Github: @javitocor
- Twitter: @JavierCorreas4
- Linkedin: Javier Oriol Correas Sanchez Cuesta
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.