Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 698 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 698 Bytes

COSC 304 - Introduction to Database Systems
Lab 7

Development Stream - Building a Database-enabled Web Site using JSP/PHP/Node

Build an online store with a database and web interface. Three choices for language: Java, PHP, Node.js.

SQL Server is not supported on the Apple M1 chip. However, there is an alternate version that is. In the docker-compose.yml file, change: image: mcr.microsoft.com/mssql/server:2019-latest to this: image: mcr.microsoft.com/azure-sql-edge .

Analysis Stream - Using Databases with Analysis Software (Excel)

Perform reporting on a company database using Excel for analysis and visualization.