Comic Reading Order is a Python application used to create comic reading orders. Comic information is collected via the Marvel Comic API. The interface will be built as a web application.
- Fetch comic information from the Marvel Comic API
- Create and manage comic reading orders
- User-friendly web interface
- Clone the repository:
git clone https://github.com/yourusername/comic_reading_order.git
- Navigate to the project directory:
cd comic_reading_order
- Install the dependencies:
poetry install
- Run the application:
poetry run python main.py
- Open your web browser and navigate to
http://localhost:8000
.
This project is licensed under the MIT License. See the LICENSE file for details.