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.
Here's the details:
- Create and manage posts (rich text editor feature).
- Browsing through the community's posts.
- Comment on post.
- ...
This project is very simple to get started. Follow the below steps for the installation.
- Clone the repo
git clone https://github.com/NgoQuocBao1010/Blog-Web-Application.git
- Install required package
pip install requirements.txt
Usage of the website
For more examples, please refer to our report on the project
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
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
This awesome README temaplate is from Best README Template. ♥