Go to file
2024-07-07 22:51:36 -05:00
LakeWatch docs(LakeWatch): add general architecture design 2024-07-07 22:51:36 -05:00
LakeWatchAPI chore(LakeWatchAPI): configure clippy to be more aggressive 2024-06-19 02:31:31 -05:00
LakeWatchScraper chore(LakeWatchScraper): add LICENSE 2024-06-19 14:33:47 -05:00
Meetings feat(meetings): finalize proposal 2024-06-19 14:23:06 -05:00
ARCHITECTURE.md docs: add documentation stubs across entire tree 2024-06-19 00:09:11 -05:00
README.md docs: add documentation stubs across entire tree 2024-06-19 00:09:11 -05:00

CodingIsOurPassion Group

This is the mono repository for our group at University of Texas at San Antonio in the Applications Programming course (CS-3443).

Our group consists of the following members:

We chose to build an application named LakeWatch for our project. The intent is for it to present data about Canyon Lake in an Android application applying principles learned in our Application Programming course.

Organization of this Repository

  • LakeWatchAPI contains the backend service behind our Android application
  • LakeWatch contains the main Android application for our project
  • LakeWatchScraper contains the scraper service that goes out to various sites and actually pulls the data we need for the API.
  • Meetings contains our meeting notes

For more details please see the individual README of each project as applicable.