Skip to content

Latest commit

 

History

History
132 lines (103 loc) · 3.9 KB

README.md

File metadata and controls

132 lines (103 loc) · 3.9 KB

README

Contributors Forks Stargazers Issues Hireable

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 Create Post: screenshot Bloggers: screenshot Blogger screenshot

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 or clone this repo:

    • Clone with SSH:
      [email protected]: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/

Author

👤 Javier Oriol Correas Sanchez Cuesta

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments 🚀

📝 License

This project is MIT licensed.