/Blog-Web-Application

A basic blog application.

Primary LanguageHTML


Logo

Blogger

A basic blog website written with Django.

About The Project

This blog web application was a team project from a course in my university. This application provides a lot of required functionalities for both bloggers and vistors.

Welcome page

Here's the details:

  • Create and manage posts (rich text editor feature).
  • Browsing through the community's posts.
  • Comment on post.
  • ...

(back to top)

Built With

(back to top)

Getting Started

This project is very simple to get started. Follow the below steps for the installation.

Installation

  1. Clone the repo
    git clone https://github.com/NgoQuocBao1010/Blog-Web-Application.git
  2. Install required package
    pip install requirements.txt

(back to top)

Usage

Usage of the website
  1. Browsing through blogs

    Welcome page

  2. Create a new post with styles support by CKEditor.

    post-create-1 page

  3. Managing posts and personal information as a blogger.

    manage page

  4. Comment on posts with ajax protocol.

    comment page


For more examples, please refer to our report on the project

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star ⭐⭐⭐! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact us

Ngô Hồng Quốc Bảo - @NgoQuocBao

Nguyễn Đặng Hạnh Nhân - @ndhn

Project Link: https://github.com/NgoQuocBao1010/Blog-Web-Application.git

(back to top)

Acknowledgments

This awesome README temaplate is from Best README Template. ♥

(back to top)