This directory serves as a centralized repository for all data resources used across various projects. Its primary purpose is to:
- 📁 Store Common Data Files: Houses shared data files that can be utilized by multiple projects
- 🗄️ Database Management: Contains database files and configurations
- 🔄 Resource Sharing: Facilitates easy access to common data assets
- 🐋 MSSQL Container: A running Microsoft SQL Server container is already configured and operational
When working with data:
- Project-specific data should be stored in respective project root directories
- Common or shared data resources belong here
- Database connections and configurations should reference this location
Note: Ensure proper data management practices and regular backups of critical data stored in this directory.