Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.35 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.35 KB

Field Team Management System

This is the back-end code for the CSC207 project build by the first cohort of UofT's Technology Leadership Initiative.

About the Project

Developed for Norweld Ltd., an Ontario welding company, the Field Team Management System is a comprehensive solution for managing work orders, assigning jobs, tracking tasks, and submitting timesheets. This repository stores the back-end code, built using Java Spring with Hibernate. The front-end code is accessible here.

How to Use

If you are interested in downloading and running the FTMS code for yourself, please follow the instructions below.

  1. Install JDK 8 if you have not already.
  2. Install Tomcat 9 if you have not already.
  3. Clone this repository and open it in your favourite IDE.
  4. Import the maven dependencies (you should get a pop-up in your IDE prompting you to do this
  5. Copy the dummy application.properties file into /src/main/resources/application.properties
  6. Specify the domain name, username, and password corresponding to the MySQL database you want to connect to.
  7. Run the app in your IDE.