Handblog is a dynamic blogging platform designed to streamline content creation and management. This guide will help you set up and run the project on your local machine.
Before you start, ensure you have Python installed on your system. You can download it from python.org.
Create a virtual environment to manage the project's dependencies separately from your global Python environment:
python3 -m venv virtOn macOS and Linux:
source virt/bin/activateOn Windows:
virt\Scripts\activateInstall all required packages from the provided requirements.txt file:
pip install -r requirements.txtExecute the following command to start the project:
python3 app.pyOnce the application is running, you can access it by navigating to http://localhost:5000 in your web browser (assuming the app runs on port 5000).
We welcome contributions to Handblog. If you have suggestions for improvements or bug fixes, please open an issue or submit a pull request.
If you have any questions or feedback, please contact chunchiehdev@gmail.com.