- Clone this repository
- Install Maven and Tomcat. If on os x, installing homebrew and running
make setup-mac
will do this for you make install
to install dependencies for the projectmake run
to run the application on localhost:8080/
- 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.
Bootstrap will be stored on local development machines in order to speed up pushing and pulling from Github.
- Download Bootstrap from the Bootstrap Website by scrolling down and clicking "Compile and Download".
- Unzip the folder and add it to your project directory under
src/main/webapp/resources/js/