Skip to content

Latest commit

 

History

History

lab7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.