Go to file
2024-06-19 02:18:26 -05:00
LakeWatch docs: add documentation stubs across entire tree 2024-06-19 00:09:11 -05:00
LakeWatchAPI fix(LakeWatchAPI): make nix flake play nice 2024-06-19 02:18:26 -05:00
LakeWatchScraper docs: add documentation stubs across entire tree 2024-06-19 00:09:11 -05:00
Meetings refactor(meetings): extract duplicated subdirectory to toplevel 2024-06-18 23:06:55 -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.