Skip to content

CSC207-TLI-TBTEENS/ftms-tbteens-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is the REST API for our CSC207 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages