Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.83 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.83 KB

SDLC 2018 Hackathon: sudo rm -rf /

A2: Benefits Platform Intelligent Automation

Some Quick Info

This project was created during the twelve hour SDLC Hackathon 2018. This project is far from complete, most packages do however come with a functioning test contained in the hackathon.sdlc.unittests package. Although, as a team, we found ourselves quite content with the final "product" seeing as we spent much of the time learning and adapting to new libraries not introduced to us while in University. The project instructions that were provided to us at the hackathon are available here.

This copy of the repository was forked from an archived version that reflects the state of the project at the end of the 12 hour period. The unmaintained version of this project is available at this copy of the repository.

Packages

  • hackathon.sdlc.cognitive - allows for remote requests to the Microsoft Computer Vision API.
  • hackathon.sdlc.database - allows for remote connections to a predetermined database for uploads.
  • hackathon.sdlc.ftp - allows for remote connections to a predetermined FTP server.
  • hackathon.sdlc.pdf - utilizes Apache libraries to convert PDF documents to PNG files.
  • hackathon.sdlc.frontend - creates and manages a Java Servlet in TomCat.
  • hackathon.sdlc.unittests - contains classes used for testing individual packages.

Dependencies