Skip to content

Resources related to the Database Systems and Modeling course at Lane Community College

License

Notifications You must be signed in to change notification settings

TheJoshuaEvans/LCC-CS276

Repository files navigation

CS 276 at LCC

Resources related to the Database Systems and Modeling course at Lane Community College

Docker compose v2 must be installed to use this project

Requires Node / NPM be installed to use npm scripts. If using NVM, you can run nvm use to automatically use the correct version

Spoiler Warning!

This project also includes completed assignments and course resources in the coursework directory. Avoid that directory (or delete it entirely) if you don't want any spoilers for the class!

Running

This project uses Docker to host a Microsoft SQL server, forwarding at the regular ports. The following commands are supported:

npm run docker:up   # Deploy the docker container
npm run docker:down # Delete the docker container and all volumes

A webapp is also included - Adminer - in the docker container that can be used for easy administration of the hosted databases. It can be found by navigating to:

Connecting

The databases can be connected to normally at localhost, since the regular ports are forwarded. To connect in Adminer, use the following settings:

Input Value
System MS SQL (beta)
Server db
Username sa
Password aStrong(!)Password

Connecting with SQL Server Management Studio

To log in to Microsoft SQL Server Management Studio, you will need to directly connect to localhost, instead of using the built-in database discovery wizard. Refer to the following screenshot for an example of how to log in:

Screenshot of login screen

About

Resources related to the Database Systems and Modeling course at Lane Community College

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published