A simple web application for downloading Northwind database files in various formats. Created for the CPP224 DATABASE AND SOFTWARE SECURITY course.
This project provides an easy way for students of the CPP224 DATABASE AND SOFTWARE SECURITY course to access and download SQL Server database files for learning and practical exercises. This sample database helps demonstrate database security concepts and provides a foundation for course assignments.
The application features:
- Download options for Northwind database
- Multiple file formats (.bak and .bacpac)
- Responsive design with dark/light mode toggle
- Easy-to-use interface
- Visit the website
- Select your preferred format (.bak or .bacpac)
- Download will start automatically
If you want to run this project locally:
- Clone this repository
- Open
index.html
in your browser - No server or build process required!
- BAK files: SQL Server backup files that can be restored using SQL Server Management Studio
- BACPAC files: Data-tier application files that can be imported into SQL Server or Azure SQL Database
MIT