Skip to content

DBMS using Java and MariaDB for tracking inventory, transactions, and customers across a national grocery chain.

Notifications You must be signed in to change notification settings

nickrgarner/WolfWR-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WolfWR Database System

Team E, CSC 540 Spring 2021

Usage

# Dependencies
$ add mysql
$ add jdk

# Initialize Database
# Replace Line 2 in init.sql to use your UnityID
$ mysql < init.sql -u <UnityID> -p -h classdb2.csc.ncsu.edu

# Run WolfWR DBMS
$ javac Login.java
$ java Login

About

DBMS using Java and MariaDB for tracking inventory, transactions, and customers across a national grocery chain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages