3434- ** Historical Data** - Detailed download history with user agent and IP tracking
3535
3636### 🏗️ ** Architecture & Deployment**
37- - ** Dual Database Support** - MongoDB for scale, LiteDB for simplicity
37+ - ** Dual Database Support** - MongoDB for scale, LiteDB for simplicity or EntityFramework with your favourite database
3838- ** Docker Ready** - Self-contained deployment or traditional MongoDB setup
3939- ** Production Optimized** - Health checks, logging, security best practices
4040- ** Microservice Architecture** - Clean separation of concerns, testable codebase
@@ -58,7 +58,7 @@ run-standalone.bat
5858** ✅ What you get:**
5959- 🎯 ** Zero Dependencies** - No MongoDB installation required
6060- 📦 ** Single Container** - Everything runs in one container
61- - 💾 ** Embedded Database** - Uses LiteDB for data storage
61+ - 💾 ** Embedded Database** - Uses LiteDB or SQLite for data storage
6262- 🔄 ** Persistent Storage** - Data survives container restarts
6363- 🌐 ** Instant Access** - API available at ` http://localhost:5100 `
6464
@@ -274,7 +274,7 @@ FilesAPI_9-master/
274274
275275### 🔧 Technology Stack
276276
277- - ** Framework** : .NET 9 .0
277+ - ** Framework** : .NET 10 .0
278278- ** Databases** : MongoDB 7.0, LiteDB 5.0.21
279279- ** API Documentation** : Swashbuckle.AspNetCore 9.0.3
280280- ** Testing** : NUnit 4.2.2
@@ -385,6 +385,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
385385
386386** ⭐ Star this repository if you find it useful!**
387387
388- * Built with ❤️ using .NET 9 .0*
388+ * Built with ❤️ using .NET 10 .0*
389389
390390</div >
0 commit comments