Skip to content

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.

Notifications You must be signed in to change notification settings

abdullahfirdowsi/django-blog

Repository files navigation

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.

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:
      git@github.com:abdullahfirdowsi/django-blog.git
    
    • Clone with HTTPS
      https://github.com/abdullahfirdowsi/django-blog.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/

🤝 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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published