Blogify is a Django-based web application for reading blog posts. This project aims to provide a simple and beautiful platform for users to explore and enjoy a collection of engaging blog articles.
- Django: Python web framework for building the backend.
- Bootstrap: CSS framework for responsive and attractive design.
- SQLite: Lightweight database management system used for data storage.
- Git: Version control system for collaboration and code management.
- GitHub: Hosting platform for the project's repository.
- Clone the repository:
git clone https://github.com/manish-bhusal/blogify.git
- Install the required dependencies:
pip install -r requirements.txt
- Run database migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Access the application in your browser at
http://127.0.0.1:8000/
Contributions are welcome! If you have any ideas, suggestions, or bug fixes, feel free to open an issue or submit a pull request. Please ensure that your contributions align with the project's goals and coding standards.
This project is licensed under the MIT License. See the LICENSE file for more details.