This project is a simple backend service for a Dungeons & Dragons shop management web application. It’s designed as a learning exercise in building backend services using .NET and MongoDB.
- Manage Items, Weapons, and Shops: Provides CRUD operations for items, weapons, and shops in a Dungeons & Dragons campaign.
- Active Shop Management: Allows setting and retrieving the currently active shop.
- RESTful API: Exposes API endpoints for easy integration with a front-end application.
- Environment Variable Configuration: Securely manages sensitive data like MongoDB connection strings via environment variables.