Welcome to ComicCollector! This project is designed to help comic book enthusiasts manage and organize their comic book collections with ease.
- Collection Management: Easily add, edit, and delete comics from your collection.
- Search Functionality: Quickly find comics by title, author, or genre.
- Wishlist: Keep track of comics you want to add to your collection.
- Statistics: View statistics about your collection, such as total comics, genres, and authors.
To get started with ComicCollector, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/ComicCollector.git
- Navigate to the project directory:
cd ComicCollector
- Install the necessary dependencies:
go mod tidy
To start the application, run:
go run main.go
Happy collecting!