Skip to content

admoore9/cs309t13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs309t13 Project

Setup:

  1. Clone this repository
  2. Install Maven and Tomcat. If on os x, installing homebrew and running make setup-mac will do this for you
  3. make install to install dependencies for the project
  4. make run to run the application on localhost:8080/
  5. By default the admin login has username: intramurals and password: password

Database:

  • A local MySQL database should be used for local testing. To do this, MySQL will have to be installed on your computer.
  • You can start it by running mysql.server start via command line.
  • You should have the root user configured to have no password to allow connection (this is the default).
  • It should also be up to date with the "intialize_database.sql" in src/main/resources.

Using Bootstrap:

Bootstrap will be stored on local development machines in order to speed up pushing and pulling from Github.

  1. Download Bootstrap from the Bootstrap Website by scrolling down and clicking "Compile and Download".
  2. Unzip the folder and add it to your project directory under src/main/webapp/resources/js/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages