Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 885 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 885 Bytes

MapGeist

Developers: Alex Cosinescu, Lucas Sward, Ayden Blotnick.

Setup Instructions:

  1. Download an Apache Tomcat server from: https://tomcat.apache.org/download-80.cgi.

2.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/

  1. 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

4.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

5.Right click on the MapGeist project and choose Run as -> Run On server.