Skip to content

epetrix/1555TermProject

Repository files navigation

CS 1555 Term Project

Design and implement an electronic auctioning system.

Contributors

How to Run

First, make sure to source the correct environment file for your shell. For example, if you're running this with bash on the class3 server, you would use this command.

$ source ~panos/1555/bash.env.class3

Next, from the project root directory, you will need to create the databases, triggers, etc. Run this command to log into sqlplus and set up the database.

$ sqlplus username @reset
  • username: your sqlplus username

Finally, you make the project and run it like so.

$ make MyAuction
$ java MyAuction

To run the Driver program, do the following:

$ make Driver
$ java Driver

The program will prompt you to log in to the database with your sqlplus user credentials. The default administrator account for the auction site is admin with the password root.

About

Design and implement an electronic auctioning system using Java and SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors