Alex Cosinescu, Lucas Sward, Ayden Blotnick.
-
Download an Apache Tomcat server from: https://tomcat.apache.org/download-80.cgi.
-
Follow the instillation instructions to create a functional Tomcat server in eclipse via: https://crunchify.com/step-by-step-guide-to-setup-and-install-apache-tomcat-server-in-eclipse-development-environment-ide/
-
Install the Spring MVC framework into eclipse via the downloads manager (Help->Install New Software). Follow this tutorial to set up the MVC framework within eclipse: https://www.journaldev.com/14476/spring-mvc-example
-
Install the proper .jar files for connections to a Java SQL database as noted in this JDBC guide: https://docs.microsoft.com/en-us/sql/connect/jdbc/using-the-jdbc-driver?view=sql-server-ver15
-
Right click on the MapGeist project and choose Run as -> Run On server.