Backend API for the Bookio Store using Go and MongoDB Atlas.
- Book listing & details
- Category retrieval
- Wishlist (favorites) per user
- Modular structure for easy expansion (auth, orders, users, etc.)
- Go (1.21+)
- MongoDB Atlas
- Gorilla Mux for routing
- Copy
.env.exampleto.envand fill in:MONGO_URI=... DATABASE_NAME=bookio PORT=8080 JWT_SECRET=...